Uses of Interface
org.eclipse.collections.impl.lazy.parallel.OrderedBatch
-
Packages that use OrderedBatch Package Description org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.lazy.parallel.set.sorted -
-
Uses of OrderedBatch in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel that return OrderedBatch Modifier and Type Method Description OrderedBatch<T>OrderedBatch. select(Predicate<? super T> predicate) -
Uses of OrderedBatch in org.eclipse.collections.impl.lazy.parallel.list
Subinterfaces of OrderedBatch 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 OrderedBatch Modifier and Type Class Description classCollectListBatch<T,V>classFlatCollectListBatch<T,V>classListIterableBatch<T>classSelectListBatch<T>Constructor parameters in org.eclipse.collections.impl.lazy.parallel.list with type arguments of type OrderedBatch 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 OrderedBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted
Subinterfaces of OrderedBatch 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 OrderedBatch Modifier and Type Class Description classCollectSortedSetBatch<T,V>classFlatCollectSortedSetBatch<T,V>classSelectSortedSetBatch<T>
-