Package com.networknt.http.client.monad
Class Success<T>
- java.lang.Object
-
- com.networknt.http.client.monad.Success<T>
-
-
Field Summary
Fields Modifier and Type Field Description static ResultOPTIONAL_SUCCESSstatic Result<Void>SUCCESS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StatusgetError()TgetResult()booleanisSuccess()static <T> Result<T>of(T result)static <T> Result<Optional<T>>ofOptional(T result)StringtoString()
-
-
-
Method Detail
-
of
public static <T> Result<T> of(T result)
-
-