public interface SizeSelector
Sizes and returns another list with
sizes that are considered acceptable.| Modifier and Type | Method and Description |
|---|---|
java.util.List<Size> |
select(java.util.List<Size> source)
Returns a list of acceptable sizes from the given input.
|