public class Either<L,R> extends java.lang.Object
Either(L lhs, R rhs)
L
left()
R
right()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Either(L lhs, R rhs) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public L left()
public R right()