Uses of Class
org.eclipse.collections.impl.lazy.parallel.list.AbstractParallelListIterable
Packages that use AbstractParallelListIterable
-
Uses of AbstractParallelListIterable in org.eclipse.collections.impl.lazy.parallel.list
Modifier and TypeClassDescriptionfinal class
class
class
(package private) class
Fields in org.eclipse.collections.impl.lazy.parallel.list declared as AbstractParallelListIterableModifier and TypeFieldDescriptionprivate final AbstractParallelListIterable
<T, ? extends ListBatch<T>> ParallelDistinctListIterable.delegate
private final AbstractParallelListIterable
<T, ? extends ListBatch<T>> ParallelSelectListIterable.parallelIterable
Constructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type AbstractParallelListIterableModifierConstructorDescription(package private)
ParallelDistinctListIterable
(AbstractParallelListIterable<T, ? extends ListBatch<T>> delegate) (package private)
ParallelSelectListIterable
(AbstractParallelListIterable<T, ? extends ListBatch<T>> parallelIterable, Predicate<? super T> predicate)