Batch<T>RootListBatch<T>, RootSortedSetBatch<T>, RootUnsortedBagBatch<T>, RootUnsortedSetBatch<T>ListIterableBatchpublic interface RootBatch<T> extends Batch<T>
Batch that must be at the root of the chain, not wrapped in other Batches.| Modifier and Type | Method | Description |
|---|---|---|
boolean |
allSatisfy(Predicate<? super T> predicate) |
|
boolean |
anySatisfy(Predicate<? super T> predicate) |
|
T |
detect(Predicate<? super T> predicate) |
collect, count, flatCollect, forEach, makeString, max, maxBy, min, minBy, select, sumOfDouble, sumOfFloat, sumOfInt, sumOfLongCopyright © 2004–2020. All rights reserved.