public 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 and 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, sumOfLong
Copyright © 2004–2016. All rights reserved.