Uses of Interface
org.eclipse.collections.api.bag.ParallelUnsortedBag
Packages that use ParallelUnsortedBag
-
Uses of ParallelUnsortedBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ParallelUnsortedBagModifier and TypeMethodDescription<V> ParallelUnsortedBag<V>Creates a parallel iterable for collecting elements from the current iterable.<V> ParallelUnsortedBag<V>ParallelUnsortedBag.collectIf(Predicate<? super T> predicate, Function<? super T, ? extends V> function) Creates a parallel iterable for selecting and collecting elements from the current iterable.<P,V> ParallelUnsortedBag<V> ParallelUnsortedBag.collectWith(Function2<? super T, ? super P, ? extends V> function, P parameter) <V> ParallelUnsortedBag<V>ParallelUnsortedBag.flatCollect(Function<? super T, ? extends Iterable<V>> function) Creates a parallel flattening iterable for the current iterable.Creates a parallel iterable for rejecting elements from the current iterable.<P> ParallelUnsortedBag<T>ParallelUnsortedBag.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelUnsortedBag<S>ParallelUnsortedBag.selectInstancesOf(Class<S> clazz) <P> ParallelUnsortedBag<T>ParallelUnsortedBag.selectWith(Predicate2<? super T, ? super P> predicate, P parameter)