Uses of Interface
org.eclipse.collections.impl.lazy.parallel.Batch
Packages that use Batch
Package
Description
-
Uses of Batch in org.eclipse.collections.impl.lazy.parallel
Classes in org.eclipse.collections.impl.lazy.parallel with type parameters of type BatchModifier and TypeClassDescriptionclassAbstractParallelIterable<T, B extends Batch<T>>classAbstractParallelIterableImpl<T, B extends Batch<T>>Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallelModifier and TypeInterfaceDescriptioninterfaceOrderedBatch<T>interfaceRootBatch<T>ABatchthat must be at the root of the chain, not wrapped in other Batches.Classes in org.eclipse.collections.impl.lazy.parallel that implement BatchSubclasses with type arguments of type Batch in org.eclipse.collections.impl.lazy.parallelMethods in org.eclipse.collections.impl.lazy.parallel that return BatchModifier and TypeMethodDescription<V> Batch<V> OrderedBatch.distinct(ConcurrentHashMap<T, Boolean> distinct) <V> Batch<V> Batch.flatCollect(Function<? super T, ? extends Iterable<V>> function) Methods in org.eclipse.collections.impl.lazy.parallel that return types with arguments of type BatchMethod parameters in org.eclipse.collections.impl.lazy.parallel with type arguments of type BatchModifier and TypeMethodDescriptionprotected <S,V> void AbstractParallelIterable.collectCombine(Function<Batch<T>, V> function, Procedure2<S, V> combineProcedure, S state) Constructor parameters in org.eclipse.collections.impl.lazy.parallel with type arguments of type BatchModifierConstructorDescriptionParallelDistinctIterable(AbstractParallelIterable<T, ? extends Batch<T>> delegate) ParallelSelectIterable(AbstractParallelIterable<T, ? extends Batch<T>> parallelIterable, Predicate<? super T> predicate) -
Uses of Batch in org.eclipse.collections.impl.lazy.parallel.bag
Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallel.bagModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.eclipse.collections.impl.lazy.parallel.bag that implement BatchModifier and TypeClassDescriptionclassclassclassConstructors in org.eclipse.collections.impl.lazy.parallel.bag with parameters of type Batch -
Uses of Batch in org.eclipse.collections.impl.lazy.parallel.list
Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallel.listClasses in org.eclipse.collections.impl.lazy.parallel.list that implement BatchModifier and TypeClassDescriptionclassCollectListBatch<T,V> classclassFlatCollectListBatch<T,V> classclassConstructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type BatchModifierConstructorDescriptionDistinctBatch(Batch<T> batch, ConcurrentHashMap<T, Boolean> distinct) -
Uses of Batch in org.eclipse.collections.impl.lazy.parallel.set
Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallel.setModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.eclipse.collections.impl.lazy.parallel.set that implement BatchModifier and TypeClassDescriptionclassclassSubclasses with type arguments of type Batch in org.eclipse.collections.impl.lazy.parallel.setModifier and TypeClassDescriptionclassclassMethods in org.eclipse.collections.impl.lazy.parallel.set that return types with arguments of type BatchModifier and TypeMethodDescriptionParallelCollectIterable.split()ParallelFlatCollectIterable.split()Constructor parameters in org.eclipse.collections.impl.lazy.parallel.set with type arguments of type BatchModifierConstructorDescriptionParallelCollectIterable(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 Batch in org.eclipse.collections.impl.lazy.parallel.set.sorted
Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallel.set.sortedClasses in org.eclipse.collections.impl.lazy.parallel.set.sorted that implement BatchModifier and TypeClassDescriptionclassclassclass