public class CollectListBatch<T,V> extends AbstractBatch<V> implements ListBatch<V>
| Constructor and Description |
|---|
CollectListBatch(ListBatch<T> listBatch,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
| Modifier and Type | Method and Description |
|---|---|
<VV> ListBatch<VV> |
collect(com.gs.collections.api.block.function.Function<? super V,? extends VV> function) |
UnsortedSetBatch<V> |
distinct(ConcurrentHashMap<V,java.lang.Boolean> distinct) |
void |
forEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure) |
ListBatch<V> |
select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
count, makeStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, makeStringpublic void forEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure)
public ListBatch<V> select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
public <VV> ListBatch<VV> collect(com.gs.collections.api.block.function.Function<? super V,? extends VV> function)
public UnsortedSetBatch<V> distinct(ConcurrentHashMap<V,java.lang.Boolean> distinct)