public class CollectListBatch<T,V> extends AbstractBatch<V> implements ListBatch<V>
| Constructor and Description |
|---|
CollectListBatch(ListBatch<T> listBatch,
Function<? super T,? extends V> function) |
| Modifier and Type | Method and Description |
|---|---|
<VV> ListBatch<VV> |
collect(Function<? super V,? extends VV> function) |
UnsortedSetBatch<V> |
distinct(ConcurrentHashMap<V,Boolean> distinct) |
void |
forEach(Procedure<? super V> procedure) |
ListBatch<V> |
select(Predicate<? super V> predicate) |
count, makeStringequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, makeStringpublic UnsortedSetBatch<V> distinct(ConcurrentHashMap<V,Boolean> distinct)
Copyright © 2004–2017. All rights reserved.