Package dev.alexengrig.util.lambda


package dev.alexengrig.util.lambda
Add-ons for java.util.function.
Version:
1.0
Author:
Grig Alex
  • Class
    Description
    Currying is the technique of converting a function that takes multiple arguments into a sequence of functions.
    Represents an operation that accepts three input arguments and returns no result.
    TerFunction<F,S,T,R>
    Represents a function that accepts three arguments and produces a result.
    Represents a predicate (boolean-valued function) of three arguments.