All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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].
*
    *
  1. Action has no return value while Func has.
  2. *
  3. Interfaces with 'E' will throw a generic Exception.
  4. *
  5. The last number is its parameter count.
  6. *
*

* 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