public final class Either.Left<A extends Object, B extends Object> extends Either<A, B>
private final A
value
left
private final B
right
Either.Left(A value)
final A
getValue()
getLeft()
final B
getRight()
onLeft, onRight
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final A getValue()
final A getLeft()
final B getRight()