Module org.klojang.check
Package org.klojang.check.fallible
package org.klojang.check.fallible
A collection of functional interfaces that allow a checked exception to be thrown
from their functional method.
- Author:
- Ayco Holleman
- See Also:
-
ClassDescriptionFallibleBiFunction<T,
U, R, X extends Throwable> An alternative to theBiFunction
interface that allows the functional method to throw a checked exception.FallibleConsumer<T,X extends Throwable> An alternative to theConsumer
interface that allows the functional method to throw a checked exception.FallibleFunction<T,R, X extends Throwable> An alternative to theFunction
interface that allows the functional method to throw a checked exception.FallibleIntConsumer<X extends Throwable>An alternative to theIntConsumer
interface that allows the functional method to throw a checked exception.FallibleIntFunction<R,X extends Throwable> An alternative to theIntFunction
interface that allows the functional method to throw a checked exception.FallibleIntSupplier<X extends Throwable>An alternative to theIntSupplier
interface that allows the functional method to throw a checked exception.FallibleIntUnaryOperator<X extends Throwable>An alternative to theIntUnaryOperator
interface that allows the functional method to throw a checked exception.FallibleSupplier<T,X extends Throwable> An alternative to theSupplier
interface that allows the functional method to throw a checked exception.FallibleToIntFunction<T,X extends Throwable> An alternative to theToIntFunction
interface that allows the functional method to throw a checked exception.