See: Description
| Interface | Description |
|---|---|
| Function |
A Jaskell function object.
|
| LamdaN |
Implement this interface to provide function with n parameters.
|
| Class | Description |
|---|---|
| DelegatingFunction | |
| Function1 |
Default implementation of Function.
|
| Function2 |
Default implementation of Function.
|
| Function3 |
Default implementation of Function.
|
| Function4 |
Default implementation of Function.
|
| Function5 |
Default implementation of Function.
|
| FunctionN |
Provide function implementation with n parameters.
|
| Exception | Description |
|---|---|
| FunctionCallException |
Represents any exception thrown from a function call.
|