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