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) |
Copyright © 2004–2018. All rights reserved.