Package ch.codexs.util
Interface Result.ThrowingMapper<T,U,E extends java.lang.Throwable>
-
- Type Parameters:
T- The type of the upstream content to map.U- The type of the new content to wrap into a newResultE- The type of the exceptions the supplier is expected to throw.
public static interface Result.ThrowingMapper<T,U,E extends java.lang.Throwable>A mapper which transforms a content into another but can throw exceptions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Umap(T upstreamContent)
-