public static class Either.RightProjection<L,R> extends Object
boolean
exists()
<RR> Either<L,RR>
flatMap(Function<? super R,Either<L,RR>> fn)
R
get()
map(Function<? super R,? extends RR> fn)
Optional<R>
toOptional()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public boolean exists()
public R get()
public <RR> Either<L,RR> map(Function<? super R,? extends RR> fn)
public <RR> Either<L,RR> flatMap(Function<? super R,Either<L,RR>> fn)
public Optional<R> toOptional()