Releases: Hervian/lambda-factory
Releases · Hervian/lambda-factory
2.0.3
Synced pom file with github version info
The release procedure had been messed up - the pom files had not been updated.
Added support for createSpecial
- Corrected wrongly named create method (It was called createLambda instead of create as the others). Hence the major release.
- Added various createSpecial(...) methods that makes the invocation an 'invokeSpecial' invocation, i.e. the invocation of such a Lambda will not be subject to dynamic method dispatch.
First release, 10 invoke method types, one per return type
This is the first release of the project. It supports the invocation of Methods with up to 2 parameters (excluding any instance object).
The project has 10 invoke methods, namely one per return type (8 primitives, void and Object or subclasses thereof).
The project has 4 create(...) methods.