Package jfun.jaskell.function

Provides classes and interfaces for jaskell function object.

See:
          Description

Interface Summary
Function A Jaskell function object.
LamdaN Implement this interface to provide function with n parameters.
 

Class Summary
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 Summary
FunctionCallException Represents any exception thrown from a function call.
 

Package jfun.jaskell.function Description

Provides classes and interfaces for jaskell function object.

Package Specification

The code is developed and tested under Java 1.4.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt: