public static class Either.Left<S,T> extends Either<S,T>
Either
S
Either.Left<S,T>, Either.Right<S,T>
s, t
Left(S s)
getLeft()
get, left, right
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Left(S s)
public S getLeft()