Class LookupServiceFromMapService<K,V,C>
java.lang.Object
org.aksw.commons.rx.lookup.LookupServiceFromMapService<K,V,C>
- All Implemented Interfaces:
Function<Iterable<K>, io.reactivex.rxjava3.core.Flowable<Map.Entry<K,V>>>, LookupService<K, V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLookupServiceFromMapService(MapService<C, K, V> mapService, Function<? super Iterable<? extends K>, C> keysToFilter) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LookupService
cache, cache, defaultForAbsentKeys, fetchItem, fetchList, fetchMap, fetchMap, filterKeys, mapKeys, mapNonNullValues, mapNonNullValues, mapValues, mapValues, partition, requestList, requestMap
-
Field Details
-
mapService
-
keysToFilter
-
-
Constructor Details
-
LookupServiceFromMapService
-
-
Method Details
-
apply
-