public class SelectListBatch<T> extends AbstractBatch<T> implements ListBatch<T>
Constructor and Description |
---|
SelectListBatch(ListBatch<T> listBatch,
Predicate<? super T> predicate) |
Modifier and Type | Method and Description |
---|---|
<V> ListBatch<V> |
collect(Function<? super T,? extends V> function) |
UnsortedSetBatch<T> |
distinct(ConcurrentHashMap<T,Boolean> distinct) |
void |
forEach(Procedure<? super T> procedure) |
ListBatch<T> |
select(Predicate<? super T> predicate) |
count, makeString
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
count, makeString
public UnsortedSetBatch<T> distinct(ConcurrentHashMap<T,Boolean> distinct)
Copyright © 2004–2018. All rights reserved.