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 org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
. -
-
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 java.lang.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 class
AbstractParallelListIterable<T,B extends ListBatch<T>>
Subinterfaces of ListBatch in org.eclipse.collections.impl.lazy.parallel.list Modifier and Type Interface Description interface
RootListBatch<T>
Classes in org.eclipse.collections.impl.lazy.parallel.list that implement ListBatch Modifier and Type Class Description class
CollectListBatch<T,V>
class
FlatCollectListBatch<T,V>
class
ListIterableBatch<T>
class
SelectListBatch<T>
Fields in org.eclipse.collections.impl.lazy.parallel.list declared as ListBatch Modifier and Type Field Description private ListBatch<T>
SelectListBatch. listBatch
Fields in org.eclipse.collections.impl.lazy.parallel.list with type parameters of type ListBatch Modifier and Type Field Description private AbstractParallelListIterable<T,? extends ListBatch<T>>
ParallelDistinctListIterable. delegate
private AbstractParallelListIterable<T,? extends ListBatch<T>>
ParallelSelectListIterable. parallelIterable
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 java.lang.Iterable<VV>> function)
<VV> ListBatch<VV>
FlatCollectListBatch. flatCollect(Function<? super V,? extends java.lang.Iterable<VV>> function)
<V> ListBatch<V>
ListIterableBatch. flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function)
<V> ListBatch<V>
SelectListBatch. flatCollect(Function<? super T,? extends java.lang.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()
LazyIterable<ListBatch<T>>
ParallelSelectListIterable. 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)
Constructor parameters in org.eclipse.collections.impl.lazy.parallel.list with type arguments of type ListBatch Constructor Description ParallelDistinctListIterable(AbstractParallelListIterable<T,? extends ListBatch<T>> delegate)
ParallelSelectListIterable(AbstractParallelListIterable<T,? extends ListBatch<T>> parallelIterable, 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 class
CollectSortedSetBatch<T,V>
class
FlatCollectSortedSetBatch<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 java.lang.Iterable<VV>> function)
<VV> ListBatch<VV>
FlatCollectSortedSetBatch. flatCollect(Function<? super V,? extends java.lang.Iterable<VV>> function)
<V> ListBatch<V>
SelectSortedSetBatch. flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function)
ListBatch<V>
CollectSortedSetBatch. select(Predicate<? super V> predicate)
ListBatch<V>
FlatCollectSortedSetBatch. select(Predicate<? super V> predicate)
-
Uses of ListBatch in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable that return ListBatch Modifier and Type Method Description <V> ListBatch<V>
ImmutableTreeSet.ImmutableTreeSetBatch. collect(Function<? super T,? extends V> function)
<V> ListBatch<V>
ImmutableTreeSet.ImmutableTreeSetBatch. flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function)
-