Batch<T>
RootListBatch<T>
, RootSortedSetBatch<T>
, RootUnsortedBagBatch<T>
, RootUnsortedSetBatch<T>
ListIterableBatch
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 | 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–2019. All rights reserved.