Uses of Package
com.github.tadukoo.util.functional.function
Package
Description
Contains Functional interfaces for Functions that are not present in default Java.
-
ClassDescriptionA function that takes ten arguments, returns a result, and may throw a
Throwable
.A better version of Java'sBiFunction
interface that allows for the functions to throw whateverThrowable
is specified.A function that takes three arguments, returns a result, and may throw aThrowable
.A function that takes four arguments, returns a result, and may throw aThrowable
.A function that takes five arguments, returns a result, and may throw aThrowable
.A function that takes six arguments, returns a result, and may throw aThrowable
.A function that takes seven arguments, returns a result, and may throw aThrowable
.A function that takes eight arguments, returns a result, and may throw aThrowable
.A function that takes nine arguments, returns a result, and may throw aThrowable
.