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