Uses of Interface
xtc.util.Function.F1

Packages that use Function.F1
xtc.util   
 

Uses of Function.F1 in xtc.util
 

Methods in xtc.util with parameters of type Function.F1
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 © 2012. All Rights Reserved.