Class ResultOrError<R,​E>


  • public class ResultOrError<R,​E>
    extends java.lang.Object
    • Method Detail

      • getResult

        public R getResult()
      • getError

        public E getError()
      • hasResult

        public boolean hasResult()
      • hasError

        public boolean hasError()