Class AbstractParallelIterable<T,B extends Batch<T>>

java.lang.Object
org.eclipse.collections.impl.lazy.parallel.AbstractParallelIterable<T,B>
All Implemented Interfaces:
ParallelIterable<T>
Direct Known Subclasses:
AbstractParallelIterableImpl, AbstractParallelListIterable, AbstractParallelSortedSetIterable, AbstractParallelUnsortedBag, AbstractParallelUnsortedSetIterable

public abstract class AbstractParallelIterable<T,B extends Batch<T>> extends Object implements ParallelIterable<T>