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
    Modifier and Type
    Field
    Description
    static boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    LookupServiceListService(org.aksw.commons.rx.lookup.MapService<Fragment1,org.apache.jena.graph.Node,V> listService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.reactivex.rxjava3.core.Flowable<Map.Entry<org.apache.jena.graph.Node,V>>
    apply(Iterable<org.apache.jena.graph.Node> nodes)
     
    create(org.aksw.commons.rx.lookup.MapService<Fragment1,org.apache.jena.graph.Node,V> listService)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose

    Methods 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

      public LookupServiceListService(org.aksw.commons.rx.lookup.MapService<Fragment1,org.apache.jena.graph.Node,V> listService)
  • Method Details

    • apply

      public io.reactivex.rxjava3.core.Flowable<Map.Entry<org.apache.jena.graph.Node,V>> apply(Iterable<org.apache.jena.graph.Node> nodes)
      Specified by:
      apply in interface Function<Iterable<org.apache.jena.graph.Node>,io.reactivex.rxjava3.core.Flowable<Map.Entry<org.apache.jena.graph.Node,V>>>
    • create

      public static <V> LookupServiceListService<V> create(org.aksw.commons.rx.lookup.MapService<Fragment1,org.apache.jena.graph.Node,V> listService)