Uses of Interface
org.eclipse.collections.impl.lazy.parallel.bag.UnsortedBagBatch
-
Packages that use UnsortedBagBatch Package Description org.eclipse.collections.impl.lazy.parallel.bag org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.lazy.parallel.set -
-
Uses of UnsortedBagBatch in org.eclipse.collections.impl.lazy.parallel.bag
Classes in org.eclipse.collections.impl.lazy.parallel.bag with type parameters of type UnsortedBagBatch Modifier and Type Class Description classAbstractParallelUnsortedBag<T,B extends UnsortedBagBatch<T>>Subinterfaces of UnsortedBagBatch in org.eclipse.collections.impl.lazy.parallel.bag Modifier and Type Interface Description interfaceRootUnsortedBagBatch<T>Classes in org.eclipse.collections.impl.lazy.parallel.bag that implement UnsortedBagBatch Modifier and Type Class Description classCollectUnsortedBagBatch<T,V>classFlatCollectUnsortedBagBatch<T,V>classSelectUnsortedBagBatch<T>Methods in org.eclipse.collections.impl.lazy.parallel.bag that return UnsortedBagBatch Modifier and Type Method Description <VV> UnsortedBagBatch<VV>CollectUnsortedBagBatch. collect(Function<? super V,? extends VV> function)<VV> UnsortedBagBatch<VV>FlatCollectUnsortedBagBatch. collect(Function<? super V,? extends VV> function)<V> UnsortedBagBatch<V>SelectUnsortedBagBatch. collect(Function<? super T,? extends V> function)<V> UnsortedBagBatch<V>UnsortedBagBatch. collect(Function<? super T,? extends V> function)<V1> UnsortedBagBatch<V1>CollectUnsortedBagBatch. flatCollect(Function<? super V,? extends Iterable<V1>> function)<V1> UnsortedBagBatch<V1>FlatCollectUnsortedBagBatch. flatCollect(Function<? super V,? extends Iterable<V1>> function)<V> UnsortedBagBatch<V>SelectUnsortedBagBatch. flatCollect(Function<? super T,? extends Iterable<V>> function)<V> UnsortedBagBatch<V>UnsortedBagBatch. flatCollect(Function<? super T,? extends Iterable<V>> function)UnsortedBagBatch<V>CollectUnsortedBagBatch. select(Predicate<? super V> predicate)UnsortedBagBatch<V>FlatCollectUnsortedBagBatch. select(Predicate<? super V> predicate)UnsortedBagBatch<T>SelectUnsortedBagBatch. select(Predicate<? super T> predicate)UnsortedBagBatch<T>UnsortedBagBatch. select(Predicate<? super T> predicate)Methods in org.eclipse.collections.impl.lazy.parallel.bag that return types with arguments of type UnsortedBagBatch Modifier and Type Method Description LazyIterable<UnsortedBagBatch<V>>ParallelCollectUnsortedBag. split()Constructors in org.eclipse.collections.impl.lazy.parallel.bag with parameters of type UnsortedBagBatch Constructor Description SelectUnsortedBagBatch(UnsortedBagBatch<T> unsortedBagBatch, Predicate<? super T> predicate)Constructor parameters in org.eclipse.collections.impl.lazy.parallel.bag with type arguments of type UnsortedBagBatch Constructor Description ParallelCollectUnsortedBag(AbstractParallelUnsortedBag<T,? extends UnsortedBagBatch<T>> parallelIterable, Function<? super T,? extends V> function) -
Uses of UnsortedBagBatch in org.eclipse.collections.impl.lazy.parallel.list
Methods in org.eclipse.collections.impl.lazy.parallel.list that return UnsortedBagBatch Modifier and Type Method Description <V> UnsortedBagBatch<V>DistinctBatch. collect(Function<? super T,? extends V> function)<V> UnsortedBagBatch<V>DistinctBatch. flatCollect(Function<? super T,? extends Iterable<V>> function) -
Uses of UnsortedBagBatch in org.eclipse.collections.impl.lazy.parallel.set
Methods in org.eclipse.collections.impl.lazy.parallel.set that return UnsortedBagBatch Modifier and Type Method Description <VV> UnsortedBagBatch<VV>CollectUnsortedSetBatch. collect(Function<? super V,? extends VV> function)<V> UnsortedBagBatch<V>SelectUnsortedSetBatch. collect(Function<? super T,? extends V> function)<V> UnsortedBagBatch<V>UnsortedSetBatch. collect(Function<? super T,? extends V> function)<V1> UnsortedBagBatch<V1>CollectUnsortedSetBatch. flatCollect(Function<? super V,? extends Iterable<V1>> function)<V> UnsortedBagBatch<V>SelectUnsortedSetBatch. flatCollect(Function<? super T,? extends Iterable<V>> function)<V> UnsortedBagBatch<V>UnsortedSetBatch. flatCollect(Function<? super T,? extends Iterable<V>> function)
-