Package org.aksw.commons.rx.lookup
Interface LookupServiceCollection<K,V>
- All Superinterfaces:
com.google.common.base.Function<Iterable<K>,,Collection<V>> Function<Iterable<K>,Collection<V>>
public interface LookupServiceCollection<K,V>
extends com.google.common.base.Function<Iterable<K>,Collection<V>>
-
Method Summary
Methods inherited from interface com.google.common.base.Function
apply, equals