Package ch.codexs.util
Class Result.ThenValueProcessor
- java.lang.Object
-
- ch.codexs.util.Result.ValueProcessor
-
- ch.codexs.util.Result.ThenValueProcessor
-
public class Result.ThenValueProcessor extends Result.ValueProcessor
-
-
Constructor Summary
Constructors Constructor Description ThenValueProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TthenGetContent()Get the content, null or non-null.-
Methods inherited from class ch.codexs.util.Result.ValueProcessor
ifSucceededDo, ifSucceededDo
-
-
-
-
Method Detail
-
thenGetContent
public T thenGetContent()
Get the content, null or non-null.- Returns:
- the content, null or non-null.
-
-