All Classes and Interfaces
Class
Description
EffectHandler is an API to handle the posible error of a
Maybe's
effect operation.Either is a monadic wrapper that contains one of two possible values which
are represented as
Left or Right.The
Left implementation of EitherThe
Right implementation of EitherMaybe is a monadic wrapper that may contain a value.
ResolveHandler is an API to handle the possible error of a
Maybe's
resolve operation.ResourceHolder is a "middle step" API that allows to resolve or run an effect
using a previously passed
AutoCloseable resource.The same as
Consumer, but the lambda
expression throws an E checked exception.The same as
Function, but the lambda
expression throws an E checked exception.The same as
Runnable, but the lambda expression
throws an E exception.The same as
Supplier, but the lambda
expression throws an E exception.