Interface RootBatch<T>
- All Superinterfaces:
Batch<T>
- All Known Subinterfaces:
RootListBatch<T>, RootSortedSetBatch<T>, RootUnsortedBagBatch<T>, RootUnsortedSetBatch<T>
- All Known Implementing Classes:
ImmutableTreeSet.ImmutableTreeSetBatch, ListIterableBatch, UnifiedSet.UnifiedUnsortedSetBatch, UnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch
-
Method Summary
Modifier and TypeMethodDescriptionbooleanallSatisfy(Predicate<? super T> predicate) booleananySatisfy(Predicate<? super T> predicate) Methods inherited from interface Batch
collect, count, flatCollect, forEach, makeString, max, maxBy, min, minBy, select, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong
-
Method Details
-
anySatisfy
-
allSatisfy
-
detect
-