Uses of Class
com.chutneytesting.action.domain.ResultOrError
Packages that use ResultOrError
-
Uses of ResultOrError in com.chutneytesting.action.domain
Methods in com.chutneytesting.action.domain that return ResultOrErrorModifier and TypeMethodDescriptionstatic <RESULT,ERROR>
ResultOrError<RESULT,ERROR> ResultOrError.error(ERROR error) static <RESULT,ERROR>
ResultOrError<RESULT,ERROR> ResultOrError.result(RESULT result)