| Interface | Description |
|---|---|
| PartitionOrderedIterable<T> |
A PartitionOrderedIterable is the result of splitting a OrderedIterable into two OrderedIterables based on a Predicate.
|
| PartitionReversibleIterable<T> |
A PartitionReversibleIterable is the result of splitting a ReversibleIterable into two ReversibleIterables based on a Predicate.
|
| PartitionSortedIterable<T> |
A PartitionSortedIterable is the result of splitting a SortedIterable into two SortedIterables based on a Predicate.
|
Copyright © 2004–2022. All rights reserved.