Package ch.codexs.util
-
Interface Summary Interface Description Result.ThrowingMapper<T,U,E extends java.lang.Throwable> A mapper which transforms a content into another but can throw exceptions.Result.ThrowingSupplier<T,E extends java.lang.Throwable> A supplier for result content which can throw exceptions. -
Class Summary Class Description Result<T,I> Result enables to handle errors as values instead of exceptions.Result.Catcher<E extends java.lang.Throwable> Result.IssueTransformer<T,I> Fluent transformer for the content and the issues.