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()
getLeft, getRight, onLeft, onRight
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final B getValue()