protected static <T> boolean |
AbstractParallelIterable.allSatisfy(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
protected static <T> boolean |
AbstractParallelIterable.anySatisfy(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
protected static <T> T |
AbstractParallelIterable.detect(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
protected static <T> void |
AbstractParallelIterable.forEach(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable,
com.gs.collections.api.block.procedure.Procedure<? super T> procedure) |