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