Package | Description |
---|---|
jfun.jaskell.function |
Provides classes and interfaces for jaskell function object.
|
Modifier and Type | Method and Description |
---|---|
static Function |
FunctionN.getFunction(int total,
LamdaN lamdan)
adapt a LamdaN object to a Function object by providing currying
(partial application).
|