EitherImpl
boolean
isLeft()
isRight()
X
left()
static <X, Y> Either<X,Y>
left(X left)
Y
right()
right(Y right)