public interface ListBatch<T> extends Batch<T>
| Modifier and Type | Method and Description |
|---|---|
<V> ListBatch<V> |
collect(Function<? super T,? extends V> function) |
UnsortedSetBatch<T> |
distinct(ConcurrentHashMap<T,Boolean> distinct) |
ListBatch<T> |
select(Predicate<? super T> predicate) |
count, forEach, makeStringCopyright © 2004–2017. All rights reserved.