Package org.aksw.commons.rx.lookup
Class LookupServiceAddAbsentKeys<K,V>
java.lang.Object
org.aksw.commons.rx.lookup.LookupServiceAddAbsentKeys<K,V>
- All Implemented Interfaces:
Function<Iterable<K>,,io.reactivex.rxjava3.core.Flowable<Map.Entry<K, V>>> LookupService<K,V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLookupServiceAddAbsentKeys(LookupService<K, V> delegate, Function<? super K, ? extends V> defaultValueGenerator) -
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