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