| Methods in xtc.util with parameters of type Function.F1 |
static
|
Function.iterate(Function.F1<U,? super T> function,
Pair<T> list)
Iterate the specified function over the specified list. |
static
|
Function.map(Function.F1<U,? super T> function,
Pair<T> list)
Map the specified function over the specified list. |
static
|
Function.matchesAll(Function.F1<java.lang.Boolean,? super T> pred,
Pair<T> list)
Determine whether the specified list contains only elements
matching the specified predicate. |
static
|
Function.matchesOne(Function.F1<java.lang.Boolean,? super T> pred,
Pair<T> list)
Determine whether the specified list contains an element matching
the specified predicate. |