Interface PartitionImmutableSortedSet<T>

All Superinterfaces:
PartitionImmutableCollection<T>, PartitionImmutableSetIterable<T>, PartitionIterable<T>, PartitionOrderedIterable<T>, PartitionReversibleIterable<T>, PartitionSet<T>, PartitionSortedIterable<T>, PartitionSortedSet<T>

public interface PartitionImmutableSortedSet<T> extends PartitionSortedSet<T>, PartitionImmutableSetIterable<T>
A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted 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.