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:
-
InterfacesClassDescriptionFallibleBiFunction<T, U, R, X extends Throwable>An alternative to the
BiFunctioninterface that allows the functional method to throw a checked exception.FallibleConsumer<T, X extends Throwable>An alternative to theConsumerinterface that allows the functional method to throw a checked exception.FallibleFunction<T, R, X extends Throwable>An alternative to theFunctioninterface that allows the functional method to throw a checked exception.FallibleIntConsumer<X extends Throwable>An alternative to theIntConsumerinterface that allows the functional method to throw a checked exception.FallibleIntFunction<R, X extends Throwable>An alternative to theIntFunctioninterface that allows the functional method to throw a checked exception.FallibleIntSupplier<X extends Throwable>An alternative to theIntSupplierinterface that allows the functional method to throw a checked exception.FallibleIntUnaryOperator<X extends Throwable>An alternative to theIntUnaryOperatorinterface that allows the functional method to throw a checked exception.FallibleSupplier<T, X extends Throwable>An alternative to theSupplierinterface that allows the functional method to throw a checked exception.FallibleToIntFunction<T, X extends Throwable>An alternative to theToIntFunctioninterface that allows the functional method to throw a checked exception.