public interface MatchingArg<V>
Modifier and Type | Method and Description |
---|---|
List<V> |
match()
Returns all values which match the argument.
|
List<V> |
matchOr(List<V> def)
Returns all values which match the argument or
the given default list if the argument is omitted.
|
List<V> |
matchOr(V def)
Returns all values which match the argument or
a list containing the given default if argument
is omitted.
|
Copyright © 2012. All Rights Reserved.