Uses of Interface
org.eclipse.collections.api.ParallelIterable
Packages that use ParallelIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains interfaces for sorted set API.
-
Uses of ParallelIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return ParallelIterableModifier and TypeMethodDescriptionParallelIterable.asUnique()<V> ParallelIterable<V>Creates a parallel iterable for collecting elements from the current iterable.<V> ParallelIterable<V>ParallelIterable.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> ParallelIterable<V> ParallelIterable.collectWith(Function2<? super T, ? super P, ? extends V> function, P parameter) <V> ParallelIterable<V>ParallelIterable.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> ParallelIterable<T>ParallelIterable.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelIterable<S>ParallelIterable.selectInstancesOf(Class<S> clazz) <P> ParallelIterable<T>ParallelIterable.selectWith(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of ParallelIterable in org.eclipse.collections.api.bag
Subinterfaces of ParallelIterable in org.eclipse.collections.api.bag -
Uses of ParallelIterable in org.eclipse.collections.api.bag.sorted
Subinterfaces of ParallelIterable in org.eclipse.collections.api.bag.sorted -
Uses of ParallelIterable in org.eclipse.collections.api.list
Subinterfaces of ParallelIterable in org.eclipse.collections.api.listModifier and TypeInterfaceDescriptioninterfaceA ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc. -
Uses of ParallelIterable in org.eclipse.collections.api.set
Subinterfaces of ParallelIterable in org.eclipse.collections.api.setModifier and TypeInterfaceDescriptioninterfaceinterfaceA ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc. -
Uses of ParallelIterable in org.eclipse.collections.api.set.sorted
Subinterfaces of ParallelIterable in org.eclipse.collections.api.set.sorted