Package org.daiitech.naftah.utils.function
package org.daiitech.naftah.utils.function
This is the base package of Naftah programming functional utilities.
- Author:
- Chakib Daii
-
InterfacesClassDescriptionThrowingBiFunction<T,
U, R> ABiFunctionthat allows invocation of code that throws a checked exception.ThrowingFunction<T,R> AFunctionthat allows invocation of code that throws a checked exception.TriFunction<T,U, V, R> Represents a function that accepts three arguments and produces a result.