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