Uses of Class
org.eclipse.collections.impl.lazy.parallel.AbstractParallelIterable
-
-
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel Modifier and Type Class Description classAbstractParallelIterableImpl<T,B extends Batch<T>>classParallelDistinctIterable<T>classParallelSelectIterable<T>Constructors in org.eclipse.collections.impl.lazy.parallel with parameters of type AbstractParallelIterable Constructor Description ParallelDistinctIterable(AbstractParallelIterable<T,? extends Batch<T>> delegate)ParallelSelectIterable(AbstractParallelIterable<T,? extends Batch<T>> parallelIterable, Predicate<? super T> predicate) -
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.bag
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.bag Modifier and Type Class Description classAbstractParallelUnsortedBag<T,B extends UnsortedBagBatch<T>>classParallelCollectUnsortedBag<T,V> -
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.list
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.list Modifier and Type Class Description classAbstractParallelListIterable<T,B extends ListBatch<T>>classListIterableParallelIterable<T>classParallelCollectListIterable<T,V>classParallelFlatCollectListIterable<T,V>Constructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type AbstractParallelIterable Constructor Description ParallelCollectListIterable(AbstractParallelIterable<T,? extends OrderedBatch<T>> parallelIterable, Function<? super T,? extends V> function)ParallelFlatCollectListIterable(AbstractParallelIterable<T,? extends OrderedBatch<T>> parallelIterable, Function<? super T,? extends Iterable<V>> function) -
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.set
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.set Modifier and Type Class Description classAbstractParallelUnsortedSetIterable<T,B extends UnsortedSetBatch<T>>classParallelCollectIterable<T,V>classParallelFlatCollectIterable<T,V>Constructors in org.eclipse.collections.impl.lazy.parallel.set with parameters of type AbstractParallelIterable Constructor Description ParallelCollectIterable(AbstractParallelIterable<T,? extends Batch<T>> delegate, Function<? super T,? extends V> function)ParallelFlatCollectIterable(AbstractParallelIterable<T,? extends Batch<T>> delegate, Function<? super T,? extends Iterable<V>> function) -
Uses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.set.sorted
Subclasses of AbstractParallelIterable in org.eclipse.collections.impl.lazy.parallel.set.sorted Modifier and Type Class Description classAbstractParallelSortedSetIterable<T,B extends SortedSetBatch<T>>
-