Uses of Interface
org.eclipse.collections.impl.lazy.parallel.list.ListBatch
Packages that use ListBatch
Package
Description
-
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 TypeClassDescriptionclassCollectListBatch<T,V> classFlatCollectListBatch<T,V> classclassSubclasses with type arguments of type ListBatch in org.eclipse.collections.impl.lazy.parallel.listModifier and TypeClassDescriptionclassclassMethods 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()Constructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type ListBatchModifierConstructorDescriptionSelectListBatch(ListBatch<T> listBatch, 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 TypeClassDescriptionclassclassMethods 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)