All Classes and Interfaces

Class
Description
Equivalent of a BiConsumer that can throw exceptions.
Equivalent of a BiFunction that can throw exceptions.
Equivalent of a BinaryOperator that can throw exceptions.
Equivalent of a BiPredicate that can throw exceptions.
Equivalent of a BooleanSupplier that can throw exceptions.
Equivalent of a Consumer that can throw exceptions.
Equivalent of a DoubleBinaryOperator that can throw exceptions.
Equivalent of a DoubleConsumer that can throw exceptions.
Equivalent of a DoubleFunction that can throw exceptions.
Equivalent of a DoubleStream.DoubleMapMultiConsumer that can throw exceptions.
Equivalent of a DoublePredicate that can throw exceptions.
A DoubleStream with additional functionality for functional interfaces that throw Exceptions.
Equivalent of a DoubleSupplier that can throw exceptions.
Equivalent of a DoubleToIntFunction that can throw exceptions.
Equivalent of a DoubleToLongFunction that can throw exceptions.
Equivalent of a DoubleUnaryOperator that can throw exceptions.
Exception that wraps exceptions returned by the functional interfaces in the net.dapete.exceptional.function package.
Equivalent of a Function that can throw exceptions.
Equivalent of an IntBinaryOperator that can throw exceptions.
Equivalent of an IntConsumer that can throw exceptions.
Equivalent of an IntFunction that can throw exceptions.
Equivalent of a IntStream.IntMapMultiConsumer that can throw exceptions.
Equivalent of a IntPredicate that can throw exceptions.
A IntStream with additional functionality for functional interfaces that throw Exceptions.
Equivalent of an IntSupplier that can throw exceptions.
Equivalent of an IntToDoubleFunction that can throw exceptions.
Equivalent of an IntToLongFunction that can throw exceptions.
Equivalent of an IntUnaryOperator that can throw exceptions.
Equivalent of a LongBinaryOperator that can throw exceptions.
Equivalent of a LongConsumer that can throw exceptions.
Equivalent of a LongFunction that can throw exceptions.
Equivalent of a LongStream.LongMapMultiConsumer that can throw exceptions.
Equivalent of a LongPredicate that can throw exceptions.
A LongStream with additional functionality for functional interfaces that throw Exceptions.
Equivalent of a LongSupplier that can throw exceptions.
Equivalent of a LongToDoubleFunction that can throw exceptions.
Equivalent of a LongToIntFunction that can throw exceptions.
Equivalent of a LongUnaryOperator that can throw exceptions.
Equivalent of a ObjDoubleConsumer that can throw exceptions.
Equivalent of an ObjIntConsumer that can throw exceptions.
Equivalent of an ObjLongConsumer that can throw exceptions.
Equivalent of a Predicate that can throw exceptions.
Equivalent of a Runnable that can throw exceptions.
A Stream with additional functionality for functional interfaces that throw Exceptions.
Equivalent of a Supplier that can throw exceptions.
Equivalent of a ToDoubleBiFunction that can throw exceptions.
Equivalent of a ToDoubleFunction that can throw exceptions.
Equivalent of a ToIntBiFunction that can throw exceptions.
Equivalent of a ToIntFunction that can throw exceptions.
Equivalent of a ToLongBiFunction that can throw exceptions.
Equivalent of a ToLongFunction that can throw exceptions.
Equivalent of a UnaryOperator that can throw exceptions.
Wrapping utility class for Exceptional!
Interfaces which extend this can wrap functional interfaces throwing exceptions using the Wrappable.wrap() method, allowing them to be used in contexts where exceptions are not allowed to be thrown directly.