Package | Description |
---|---|
jfun.jaskell |
Provides classes and interfaces for compiling and running jaskell code.
|
jfun.jaskell.function |
Provides classes and interfaces for jaskell function object.
|
Modifier and Type | Class and Description |
---|---|
class |
StrictFunction1
extend this class to provide a strict function implementation.
|
class |
StrictFunction2
extend this class to provide a strict function implementation.
|
class |
StrictFunction3
extend this class to provide a strict function implementation.
|
class |
StrictFunction4
extend this class to provide a strict function implementation.
|
class |
StrictFunction5
extend this class to provide a strict function implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
Function2
Default implementation of Function.
|
class |
Function3
Default implementation of Function.
|
class |
Function4
Default implementation of Function.
|
class |
Function5
Default implementation of Function.
|
class |
FunctionN
Provide function implementation with n parameters.
|