Uses of Interface
org.eclipse.collections.impl.lazy.parallel.list.ListBatch
-
Packages that use ListBatch 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 ListBatch in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel that return ListBatch Modifier and Type Method Description <V> ListBatch<V>OrderedBatch. collect(Function<? super T,? extends V> function)<V> ListBatch<V>OrderedBatch. flatCollect(Function<? super T,? extends Iterable<V>> function) -
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 ListBatch Modifier and Type Class Description classAbstractParallelListIterable<T,B extends ListBatch<T>>Subinterfaces of ListBatch in org.eclipse.collections.impl.lazy.parallel.list Modifier and Type Interface Description interfaceRootListBatch<T>Classes in org.eclipse.collections.impl.lazy.parallel.list that implement ListBatch Modifier and Type Class Description classCollectListBatch<T,V>classFlatCollectListBatch<T,V>classListIterableBatch<T>classSelectListBatch<T>Methods in org.eclipse.collections.impl.lazy.parallel.list that return ListBatch Modifier and Type Method Description <VV> ListBatch<VV>CollectListBatch. collect(Function<? super V,? extends VV> function)<VV> ListBatch<VV>FlatCollectListBatch. collect(Function<? super V,? extends VV> function)<V> ListBatch<V>ListIterableBatch. collect(Function<? super T,? extends V> function)<V> ListBatch<V>SelectListBatch. collect(Function<? super T,? extends V> function)<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)ListBatch<V>CollectListBatch. select(Predicate<? super V> predicate)ListBatch<V>FlatCollectListBatch. select(Predicate<? super V> predicate)ListBatch<T>ListBatch. select(Predicate<? super T> predicate)ListBatch<T>ListIterableBatch. select(Predicate<? super T> predicate)ListBatch<T>SelectListBatch. select(Predicate<? super T> predicate)Methods in org.eclipse.collections.impl.lazy.parallel.list that return types with arguments of type ListBatch Modifier and Type Method Description LazyIterable<ListBatch<V>>ParallelCollectListIterable. split()LazyIterable<ListBatch<V>>ParallelFlatCollectListIterable. split()Constructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type ListBatch Constructor Description SelectListBatch(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 ListBatch Modifier and Type Class Description classCollectSortedSetBatch<T,V>classFlatCollectSortedSetBatch<T,V>Methods in org.eclipse.collections.impl.lazy.parallel.set.sorted that return ListBatch Modifier and Type Method Description <VV> ListBatch<VV>CollectSortedSetBatch. collect(Function<? super V,? extends VV> function)<VV> ListBatch<VV>FlatCollectSortedSetBatch. collect(Function<? super V,? extends VV> function)<V> ListBatch<V>SelectSortedSetBatch. collect(Function<? super T,? extends V> function)<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)ListBatch<V>CollectSortedSetBatch. select(Predicate<? super V> predicate)ListBatch<V>FlatCollectSortedSetBatch. select(Predicate<? super V> predicate)
-