Prisms
Either
private
EitherPrism()
static <L,R> Prism.Simple<Either<L,R>, L>
_left()
Prism
left
static <L,R> Prism.Simple<Either<L,R>, R>
_right()
right
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
L
R