Interface PartitionImmutableSet<T>

All Superinterfaces:
PartitionImmutableCollection<T>, PartitionImmutableSetIterable<T>, PartitionIterable<T>, PartitionSet<T>, PartitionUnsortedSet<T>
All Known Implementing Classes:
PartitionImmutableSetImpl

public interface PartitionImmutableSet<T>
extends PartitionUnsortedSet<T>, PartitionImmutableSetIterable<T>
A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate. The results that answer true for the Predicate will be returned from the getSelected() method and the results that answer false for the predicate will be returned from the getRejected() method.