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, makeString
Copyright © 2004–2019. All rights reserved.