Interface ParallelUnsortedSetIterable<T>

All Superinterfaces:
ParallelIterable<T>, ParallelSetIterable<T>
All Known Implementing Classes:
AbstractParallelUnsortedSetIterable, MultiReaderParallelUnsortedSetIterable, NonParallelUnsortedSetIterable, ParallelDistinctIterable, SynchronizedParallelUnsortedSetIterable

public interface ParallelUnsortedSetIterable<T>
extends ParallelSetIterable<T>
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc. Any methods that do not return a ParallelIterable when called will cause evaluation to be forced. Evaluation occurs in parallel. All code blocks passed in must be stateless or thread-safe.
Since:
5.0