Uses of Class
org.aksw.commons.rx.lookup.LookupServiceTransformValue
Packages that use LookupServiceTransformValue
-
Uses of LookupServiceTransformValue in org.aksw.commons.rx.lookup
Methods in org.aksw.commons.rx.lookup that return LookupServiceTransformValueModifier and TypeMethodDescriptionstatic <K,W, V> LookupServiceTransformValue<K, W, V> LookupServiceTransformValue.create(LookupService<K, V> base, BiFunction<? super K, ? super V, W> fn) create method that only passes the original value to the mapping functionstatic <K,W, V> LookupServiceTransformValue<K, W, V> LookupServiceTransformValue.create(LookupService<K, V> base, Function<? super V, W> fn) create method tha passes both key and value of each entry to the mapping function