Either(Optional<L> left, Optional<R> right)
Optional<L>
getLeft()
Optional<R>
getRight()
static <L, R> Either<L,R>
left(L leftValue)
right(R rightValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait