Uses of Class
fr.enedis.chutney.action.domain.ResultOrError
Packages that use ResultOrError
-
Uses of ResultOrError in fr.enedis.chutney.action.domain
Methods in fr.enedis.chutney.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)