Uses of Interface
jfun.jaskell.function.LamdaN

Packages that use LamdaN
jfun.jaskell.function Provides classes and interfaces for jaskell function object. 
 

Uses of LamdaN in jfun.jaskell.function
 

Methods in jfun.jaskell.function with parameters of type LamdaN
static Function FunctionN.getFunction(int total, LamdaN lamdan)
          adapt a LamdaN object to a Function object by providing currying (partial application).