Package com.chutneytesting.action.domain
Class ResultOrError<RESULT,ERROR>
java.lang.Object
com.chutneytesting.action.domain.ResultOrError<RESULT,ERROR>
-
Method Summary
Modifier and TypeMethodDescriptionerror()static <RESULT,ERROR>
ResultOrError<RESULT,ERROR> error(ERROR error) booleanisError()booleanisOk()result()static <RESULT,ERROR>
ResultOrError<RESULT,ERROR> result(RESULT result)
-
Method Details
-
isError
public boolean isError() -
isOk
public boolean isOk() -
result
-
error
-
result
-
error
-