public interface ListBatch<T> extends Batch<T>
| 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) |
ListBatch<T> |
select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
forEach, makeString<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)