Uses of Interface
org.mulgara.util.Fn1E

Packages that use Fn1E
org.mulgara.util   
 

Uses of Fn1E in org.mulgara.util
 

Subinterfaces of Fn1E in org.mulgara.util
 interface Fn1<T1,R>
          Functor template for a function that takes one type and returns another without throwing an exception.
 

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



Copyright © 2011. All Rights Reserved.