PartitionIterable<T>, PartitionOrderedIterable<T>, PartitionReversibleIterable<T>PartitionImmutableList<T>, PartitionMutableList<T>PartitionFastList, PartitionImmutableListImplpublic interface PartitionList<T> extends PartitionReversibleIterable<T>
| Modifier and Type | Method | Description |
|---|---|---|
ListIterable<T> |
getRejected() |
|
ListIterable<T> |
getSelected() |
ListIterable<T> getSelected()
getSelected in interface PartitionIterable<T>getSelected in interface PartitionOrderedIterable<T>getSelected in interface PartitionReversibleIterable<T>ListIterable<T> getRejected()
getRejected in interface PartitionIterable<T>getRejected in interface PartitionOrderedIterable<T>getRejected in interface PartitionReversibleIterable<T>Copyright © 2004–2019. All rights reserved.