Uses of Class
org.aksw.commons.rx.lookup.LookupServiceTransformKey2
Packages that use LookupServiceTransformKey2
-
Uses of LookupServiceTransformKey2 in org.aksw.commons.rx.lookup
Methods in org.aksw.commons.rx.lookup that return LookupServiceTransformKey2Modifier and TypeMethodDescriptionstatic <KI,KO, V> LookupServiceTransformKey2<KI, KO, V> LookupServiceTransformKey2.create(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)