| Package | Description |
|---|---|
| xtc.util |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> void |
Function.iterate(Function.F1<U,? super T> function,
Pair<T> list)
Iterate the specified function over the specified list.
|
static <T,U> Pair<U> |
Function.map(Function.F1<U,? super T> function,
Pair<T> list)
Map the specified function over the specified list.
|
static <T> boolean |
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 <T> boolean |
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.
|
Copyright © 2014. All Rights Reserved.