Uses of Interface
org.eclipse.collections.impl.lazy.parallel.bag.UnsortedBagBatch
Packages that use UnsortedBagBatch
Package
Description
-
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 UnsortedBagBatchModifier and TypeClassDescriptionclassAbstractParallelUnsortedBag<T,B extends UnsortedBagBatch<T>> Subinterfaces of UnsortedBagBatch in org.eclipse.collections.impl.lazy.parallel.bagClasses in org.eclipse.collections.impl.lazy.parallel.bag that implement UnsortedBagBatchModifier and TypeClassDescriptionclassclassclassMethods in org.eclipse.collections.impl.lazy.parallel.bag that return UnsortedBagBatchModifier and TypeMethodDescription<VV> UnsortedBagBatch<VV><VV> UnsortedBagBatch<VV><V> UnsortedBagBatch<V><V> UnsortedBagBatch<V><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) Methods in org.eclipse.collections.impl.lazy.parallel.bag that return types with arguments of type UnsortedBagBatchConstructors in org.eclipse.collections.impl.lazy.parallel.bag with parameters of type UnsortedBagBatchModifierConstructorDescriptionSelectUnsortedBagBatch(UnsortedBagBatch<T> unsortedBagBatch, Predicate<? super T> predicate) Constructor parameters in org.eclipse.collections.impl.lazy.parallel.bag with type arguments of type UnsortedBagBatchModifierConstructorDescriptionParallelCollectUnsortedBag(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 UnsortedBagBatchModifier and TypeMethodDescription<V> UnsortedBagBatch<V><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 UnsortedBagBatchModifier and TypeMethodDescription<VV> UnsortedBagBatch<VV><V> UnsortedBagBatch<V><V> UnsortedBagBatch<V><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)