Class Either.RightProjection<L,​R>

  • Enclosing class:
    Either<L,​R>

    public static class Either.RightProjection<L,​R>
    extends Object
    • Method Detail

      • exists

        public boolean exists()
      • get

        public R get()
      • map

        public <RR> Either<L,​RR> map​(Function<? super R,​? extends RR> fn)
      • toOptional

        public Optional<R> toOptional()