Package io.streamthoughts.azkarra.api.monad
-
Interface Summary Interface Description CheckedFunction<T,R,E extends Exception> CheckedSupplier<R,E extends Throwable> Try<V> -
Class Summary Class Description Either<L,R> SimpleEither
monad type.Either.Left<L,R> Either.LeftProjection<L,R> Either.Right<L,R> Either.RightProjection<L,R> Reader<A,B> Retry Try.Failure<V> Try.Retriable<V> Try.Success<V> Tuple<L,R> Validator<T>