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)
-