Package org.aksw.jena_sparql_api.lookup
Class LookupServiceListService<V>
java.lang.Object
org.aksw.jena_sparql_api.lookup.LookupServiceListService<V>
- All Implemented Interfaces:
Function<Iterable<org.apache.jena.graph.Node>,,io.reactivex.rxjava3.core.Flowable<Map.Entry<org.apache.jena.graph.Node, V>>> org.aksw.commons.rx.lookup.LookupService<org.apache.jena.graph.Node,V>
public class LookupServiceListService<V>
extends Object
implements org.aksw.commons.rx.lookup.LookupService<org.apache.jena.graph.Node,V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLookupServiceListService(org.aksw.commons.rx.lookup.MapService<Fragment1, org.apache.jena.graph.Node, V> listService) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.rx.lookup.LookupService
cache, cache, defaultForAbsentKeys, fetchItem, fetchList, fetchMap, fetchMap, filterKeys, mapKeys, mapNonNullValues, mapNonNullValues, mapValues, mapValues, partition, requestList, requestMap
-
Field Details
-
jena_jira_bug_1484_message_displayed
public static boolean jena_jira_bug_1484_message_displayed
-
-
Constructor Details
-
LookupServiceListService
-
-
Method Details
-
apply
-
create
public static <V> LookupServiceListService<V> create(org.aksw.commons.rx.lookup.MapService<Fragment1, org.apache.jena.graph.Node, V> listService)
-