- Type Parameters:
K -
V -
- All Superinterfaces:
Function<Iterable<K>, io.reactivex.rxjava3.core.Flowable<Map.Entry<K,V>>>
- All Known Implementing Classes:
LookupServiceAddAbsentKeys, LookupServiceCacheMem, LookupServiceFilterKey, LookupServiceFlowableTransformer, LookupServiceFromMapService, LookupServicePartition, LookupServiceTransformKey, LookupServiceTransformKey2, LookupServiceTransformValue
-
Method Summary
cache(com.google.common.cache.Cache<K, Optional<V>> hitCache,
com.google.common.cache.Cache<K,Object> missCache)
A convenience short-hand for fetching a map
by first mapping the keys to proxy keys.
Passes non-null values on to the given function.
default io.reactivex.rxjava3.core.Single<List<V>>
default io.reactivex.rxjava3.core.Single<Map<K,V>>