Uses of Interface
org.eclipse.collections.impl.lazy.parallel.RootBatch
Packages that use RootBatch
Package
Description
-
Uses of RootBatch in org.eclipse.collections.impl.lazy.parallel
Method parameters in org.eclipse.collections.impl.lazy.parallel with type arguments of type RootBatchModifier and TypeMethodDescriptionprotected static <T> booleanAbstractParallelIterable.allSatisfy(AbstractParallelIterable<T, ? extends RootBatch<T>> parallelIterable, Predicate<? super T> predicate) protected static <T> booleanAbstractParallelIterable.anySatisfy(AbstractParallelIterable<T, ? extends RootBatch<T>> parallelIterable, Predicate<? super T> predicate) protected static <T> TAbstractParallelIterable.detect(AbstractParallelIterable<T, ? extends RootBatch<T>> parallelIterable, Predicate<? super T> predicate) protected static <T> voidAbstractParallelIterable.forEach(AbstractParallelIterable<T, ? extends RootBatch<T>> parallelIterable, Procedure<? super T> procedure) -
Uses of RootBatch in org.eclipse.collections.impl.lazy.parallel.bag
Subinterfaces of RootBatch in org.eclipse.collections.impl.lazy.parallel.bag -
Uses of RootBatch in org.eclipse.collections.impl.lazy.parallel.list
Subinterfaces of RootBatch in org.eclipse.collections.impl.lazy.parallel.listClasses in org.eclipse.collections.impl.lazy.parallel.list that implement RootBatch -
Uses of RootBatch in org.eclipse.collections.impl.lazy.parallel.set
Subinterfaces of RootBatch in org.eclipse.collections.impl.lazy.parallel.set -
Uses of RootBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted
Subinterfaces of RootBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted