Class LookupServiceFlowableTransformer<K,I,O>
java.lang.Object
org.aksw.commons.rx.lookup.LookupServiceFlowableTransformer<K,I,O>
- All Implemented Interfaces:
Function<Iterable<K>, io.reactivex.rxjava3.core.Flowable<Map.Entry<K,O>>>, LookupService<K, O>
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
delegate
-
transform
-
-
Constructor Details
-
LookupServiceFlowableTransformer
-
-
Method Details
-
apply
-