Uses of Interface
org.eclipse.collections.impl.lazy.parallel.list.ListBatch
Packages that use ListBatch
-
Uses of ListBatch in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel that return ListBatch -
Uses of ListBatch in org.eclipse.collections.impl.lazy.parallel.list
Classes in org.eclipse.collections.impl.lazy.parallel.list with type parameters of type ListBatchSubinterfaces of ListBatch in org.eclipse.collections.impl.lazy.parallel.listClasses in org.eclipse.collections.impl.lazy.parallel.list that implement ListBatchModifier and TypeClassDescriptionclass
CollectListBatch<T,
V> class
FlatCollectListBatch<T,
V> class
class
Fields in org.eclipse.collections.impl.lazy.parallel.list declared as ListBatchFields in org.eclipse.collections.impl.lazy.parallel.list with type parameters of type ListBatchModifier and TypeFieldDescriptionprivate final AbstractParallelListIterable
<T, ? extends ListBatch<T>> ParallelDistinctListIterable.delegate
private final AbstractParallelListIterable
<T, ? extends ListBatch<T>> ParallelSelectListIterable.parallelIterable
Methods in org.eclipse.collections.impl.lazy.parallel.list that return ListBatchModifier and TypeMethodDescription<VV> ListBatch
<VV> <VV> ListBatch
<VV> <V> ListBatch
<V> <V> ListBatch
<V> <VV> ListBatch
<VV> CollectListBatch.flatCollect
(Function<? super V, ? extends Iterable<VV>> function) <VV> ListBatch
<VV> FlatCollectListBatch.flatCollect
(Function<? super V, ? extends Iterable<VV>> function) <V> ListBatch
<V> ListIterableBatch.flatCollect
(Function<? super T, ? extends Iterable<V>> function) <V> ListBatch
<V> SelectListBatch.flatCollect
(Function<? super T, ? extends Iterable<V>> function) Methods in org.eclipse.collections.impl.lazy.parallel.list that return types with arguments of type ListBatchModifier and TypeMethodDescriptionParallelCollectListIterable.split()
ParallelFlatCollectListIterable.split()
ParallelSelectListIterable.split()
Constructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type ListBatchModifierConstructorDescriptionSelectListBatch
(ListBatch<T> listBatch, Predicate<? super T> predicate) Constructor parameters in org.eclipse.collections.impl.lazy.parallel.list with type arguments of type ListBatchModifierConstructorDescription(package private)
ParallelDistinctListIterable
(AbstractParallelListIterable<T, ? extends ListBatch<T>> delegate) (package private)
ParallelSelectListIterable
(AbstractParallelListIterable<T, ? extends ListBatch<T>> parallelIterable, Predicate<? super T> predicate) -
Uses of ListBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted
Classes in org.eclipse.collections.impl.lazy.parallel.set.sorted that implement ListBatchModifier and TypeClassDescriptionclass
class
Methods in org.eclipse.collections.impl.lazy.parallel.set.sorted that return ListBatchModifier and TypeMethodDescription<VV> ListBatch
<VV> <VV> ListBatch
<VV> <V> ListBatch
<V> <VV> ListBatch
<VV> CollectSortedSetBatch.flatCollect
(Function<? super V, ? extends Iterable<VV>> function) <VV> ListBatch
<VV> FlatCollectSortedSetBatch.flatCollect
(Function<? super V, ? extends Iterable<VV>> function) <V> ListBatch
<V> SelectSortedSetBatch.flatCollect
(Function<? super T, ? extends Iterable<V>> function) -
Uses of ListBatch in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable that return ListBatch