All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description CheckedConsumer<T> A consumer interface that automatically wraps any exceptions.CheckedFunction<T,R> A function interface that automatically wraps any exceptions.CheckedSupplier<T> A supplier interface that automatically wraps any exceptions.Either<A,B> A Java implementation of the Either monad.Either.Left<A,B> Either.Right<A,B> Try A utility class for handling try blocks using lambda expressions.WrappedException A simple unchecked exception wrapper for wrapping checkedExceptiontypes.