|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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
|
C.map(T1[] args,
Fn1E<T1,T2,E> op)
The same method as C.map(Collection, Fn1E) for arrays. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||