Package dev.alexengrig.util.lambda
package dev.alexengrig.util.lambda
Add-ons for
java.util.function.- Version:
- 1.0
- Author:
- Grig Alex
-
ClassDescriptionCurrying is the technique of converting a function that takes multiple arguments into a sequence of functions.TerConsumer<F,
S, T> 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.TerPredicate<F,S, T> Represents a predicate (boolean-valued function) of three arguments.