![JAR search and dependency download from the Maven repository](/logo.png)
xdean.jex.extra.function.package-info Maven / Gradle / Ivy
The newest version!
/**
*
* Function Interfaces for function program.
* The name specification is: (Action/Func)[E][0-3].
*
* - Action has no return value while Func has.
* - Interfaces with 'E' will throw a generic Exception.
* - The last number is its parameter count.
*
*
* These interfaces are adapted to Java8 functions as far as possible.
*
*
* @author XDean
*/
package xdean.jex.extra.function;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy