Class ListServiceMapWrapper<C,K,V,T>
java.lang.Object
org.aksw.commons.rx.lookup.ListServiceMapWrapper<C,K,V,T>
- All Implemented Interfaces:
ListService<C,T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <C,K, V, T> ListService <C, T> create(MapService<C, K, V> delegate, BiFunction<K, V, T> fn) createPaginator(C concept) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ListService
streamData
-
Field Details
-
delegate
-
fn
-
-
Constructor Details
-
ListServiceMapWrapper
-
-
Method Details
-
createPaginator
- Specified by:
createPaginatorin interfaceListService<C,K>
-
create
-