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