public class CollectUnsortedSetBatch<T,V> extends AbstractBatch<V> implements UnsortedSetBatch<V>
| Constructor and Description |
|---|
CollectUnsortedSetBatch(UnsortedSetBatch<T> unsortedSetBatch,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
| Modifier and Type | Method and Description |
|---|---|
<VV> UnsortedSetBatch<VV> |
collect(com.gs.collections.api.block.function.Function<? super V,? extends VV> function) |
void |
forEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure) |
UnsortedSetBatch<V> |
select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
makeStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmakeStringpublic CollectUnsortedSetBatch(UnsortedSetBatch<T> unsortedSetBatch, com.gs.collections.api.block.function.Function<? super T,? extends V> function)
public void forEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure)
public UnsortedSetBatch<V> select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
public <VV> UnsortedSetBatch<VV> collect(com.gs.collections.api.block.function.Function<? super V,? extends VV> function)