Class LookupServiceTransformKey2<KI,KO,V>

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

public class LookupServiceTransformKey2<KI,KO,V> extends Object implements LookupService<KI,V>
  • Constructor Details

    • LookupServiceTransformKey2

      public LookupServiceTransformKey2(LookupService<KO,V> delegate, com.google.common.base.Function<? super KI, KO> to, com.google.common.base.Function<? super Map.Entry<KO,V>, KI> from)
  • Method Details