Package ch.codexs.util
Class Result.ValueTransformer<R>
- java.lang.Object
-
- ch.codexs.util.Result.ValueTransformer<R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RorElseUnwrap(java.util.function.BiFunction<T,java.util.List<I>,R> valuetransformer)Give access to both the content and the issues in order to build an output.
-