Batch<T>
RootUnsortedSetBatch<T>
CollectUnsortedSetBatch
, DistinctBatch
, SelectUnsortedSetBatch
public interface UnsortedSetBatch<T> extends Batch<T>
Modifier and Type | Method | Description |
---|---|---|
<V> UnsortedBagBatch<V> |
collect(Function<? super T,? extends V> function) |
|
<V> UnsortedBagBatch<V> |
flatCollect(Function<? super T,? extends Iterable<V>> function) |
|
UnsortedSetBatch<T> |
select(Predicate<? super T> predicate) |
count, forEach, makeString, max, maxBy, min, minBy, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
UnsortedSetBatch<T> select(Predicate<? super T> predicate)
<V> UnsortedBagBatch<V> collect(Function<? super T,? extends V> function)
<V> UnsortedBagBatch<V> flatCollect(Function<? super T,? extends Iterable<V>> function)
flatCollect
in interface Batch<T>
Copyright © 2004–2019. All rights reserved.