Class LookupServiceTransformKey<KI,KO,V>

java.lang.Object
org.aksw.commons.rx.lookup.LookupServiceTransformKey<KI,KO,V>
Type Parameters:
KI -
KO -
V -
All Implemented Interfaces:
Function<Iterable<KI>, io.reactivex.rxjava3.core.Flowable<Map.Entry<KI,V>>>, LookupService<KI,V>

public class LookupServiceTransformKey<KI,KO,V> extends Object implements LookupService<KI,V>
Create a new LookupService which maps keys to a target domain before passing them to the delegate service.
Author:
raven