Class LookupServicePartition<K,V>

java.lang.Object
org.aksw.commons.rx.lookup.LookupServicePartition<K,V>
All Implemented Interfaces:
Function<Iterable<K>,io.reactivex.rxjava3.core.Flowable<Map.Entry<K,V>>>, LookupService<K,V>

public class LookupServicePartition<K,V> extends Object implements LookupService<K,V>