Uses of Interface
org.mulgara.util.Fn1

Packages that use Fn1
org.mulgara.util   
 

Uses of Fn1 in org.mulgara.util
 

Methods in org.mulgara.util with parameters of type Fn1
static
<T1,T2> List<T2>
C.map(Collection<T1> args, Fn1<T1,T2> op)
          Creates a new list by applying an operator to each element of an initial list.
static
<T1,T2> List<T2>
C.map(T1[] args, Fn1<T1,T2> op)
          The same method as C.map(Collection, Fn1) for arrays.
 



Copyright © 2011. All Rights Reserved.