public interface UnsortedSetBatch<T> extends Batch<T>
| Modifier and Type | Method and Description |
|---|---|
<V> UnsortedBagBatch<V> |
collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> UnsortedBagBatch<V> |
flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
UnsortedSetBatch<T> |
select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
count, forEach, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongUnsortedSetBatch<T> select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
<V> UnsortedBagBatch<V> collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function)
<V> UnsortedBagBatch<V> flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function)
flatCollect in interface Batch<T>