Uses of Class
org.swisspush.gateleen.core.util.Result
-
Packages that use Result Package Description org.swisspush.gateleen.core.util -
-
Uses of Result in org.swisspush.gateleen.core.util
Methods in org.swisspush.gateleen.core.util that return Result Modifier and Type Method Description static <TOk,TErr>
Result<TOk,TErr>Result. err(TErr value)<T> Result<T,TErr>Result. mapOk(Function<TOk,T> mapFunction)If this is in error state, just returns a result with the same error.static <TOk,TErr>
Result<TOk,TErr>Result. ok(TOk value)
-