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, makeString
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
count, makeString
public UnsortedSetBatch<V> distinct(ConcurrentHashMap<V,Boolean> distinct)
Copyright © 2004–2019. All rights reserved.