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