Uses of Interface
org.eclipse.collections.impl.lazy.parallel.Batch
-
-
Uses of Batch in org.eclipse.collections.impl.lazy.parallel
Classes in org.eclipse.collections.impl.lazy.parallel with type parameters of type Batch Modifier and Type Class Description classAbstractParallelIterable<T,B extends Batch<T>>classAbstractParallelIterableImpl<T,B extends Batch<T>>Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallel Modifier and Type Interface Description interfaceOrderedBatch<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 Batch Modifier and Type Class Description classAbstractBatch<T>Methods in org.eclipse.collections.impl.lazy.parallel that return Batch Modifier and Type Method Description <V> Batch<V>Batch. collect(Function<? super T,? extends V> function)Batch<T>OrderedBatch. distinct(ConcurrentHashMap<T,Boolean> distinct)<V> Batch<V>Batch. flatCollect(Function<? super T,? extends Iterable<V>> function)Batch<T>Batch. select(Predicate<? super T> predicate)Methods in org.eclipse.collections.impl.lazy.parallel that return types with arguments of type Batch Modifier and Type Method Description LazyIterable<Batch<T>>ParallelSelectIterable. split()Constructor parameters in org.eclipse.collections.impl.lazy.parallel with type arguments of type Batch Constructor Description ParallelDistinctIterable(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.bag Modifier and Type Interface Description interfaceRootUnsortedBagBatch<T>interfaceUnsortedBagBatch<T>Classes in org.eclipse.collections.impl.lazy.parallel.bag that implement Batch Modifier and Type Class Description classCollectUnsortedBagBatch<T,V>classFlatCollectUnsortedBagBatch<T,V>classSelectUnsortedBagBatch<T>Constructors in org.eclipse.collections.impl.lazy.parallel.bag with parameters of type Batch Constructor Description CollectUnsortedBagBatch(Batch<T> unsortedBagBatch, Function<? super T,? extends V> function)FlatCollectUnsortedBagBatch(Batch<T> unsortedBagBatch, Function<? super T,? extends Iterable<V>> function) -
Uses of Batch in org.eclipse.collections.impl.lazy.parallel.list
Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallel.list Modifier and Type Interface Description interfaceListBatch<T>interfaceRootListBatch<T>Classes in org.eclipse.collections.impl.lazy.parallel.list that implement Batch Modifier and Type Class Description classCollectListBatch<T,V>classDistinctBatch<T>classFlatCollectListBatch<T,V>classListIterableBatch<T>classSelectListBatch<T>Constructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type Batch Constructor Description CollectListBatch(Batch<T> batch, Function<? super T,? extends V> function)DistinctBatch(Batch<T> batch, ConcurrentHashMap<T,Boolean> distinct)FlatCollectListBatch(Batch<T> batch, Function<? super T,? extends Iterable<V>> function) -
Uses of Batch in org.eclipse.collections.impl.lazy.parallel.set
Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallel.set Modifier and Type Interface Description interfaceRootUnsortedSetBatch<T>interfaceUnsortedSetBatch<T>Classes in org.eclipse.collections.impl.lazy.parallel.set that implement Batch Modifier and Type Class Description classCollectUnsortedSetBatch<T,V>classSelectUnsortedSetBatch<T>Methods in org.eclipse.collections.impl.lazy.parallel.set that return types with arguments of type Batch Modifier and Type Method Description LazyIterable<Batch<V>>ParallelCollectIterable. split()LazyIterable<Batch<V>>ParallelFlatCollectIterable. split()Constructor parameters in org.eclipse.collections.impl.lazy.parallel.set with type arguments of type Batch 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 Batch in org.eclipse.collections.impl.lazy.parallel.set.sorted
Subinterfaces of Batch in org.eclipse.collections.impl.lazy.parallel.set.sorted Modifier and Type Interface Description interfaceRootSortedSetBatch<T>interfaceSortedSetBatch<T>Classes in org.eclipse.collections.impl.lazy.parallel.set.sorted that implement Batch Modifier and Type Class Description classCollectSortedSetBatch<T,V>classFlatCollectSortedSetBatch<T,V>classSelectSortedSetBatch<T>
-