public interface PartitionBag<T> extends PartitionIterable<T>
| Modifier and Type | Method and Description |
|---|---|
Bag<T> |
getRejected() |
Bag<T> |
getSelected() |
Bag<T> getSelected()
getSelected in interface PartitionIterable<T>Bag<T> getRejected()
getRejected in interface PartitionIterable<T>Copyright © 2004–2022. All rights reserved.