private
EitherOptics()
static <A,B> Prism<Either<A,B>, A>
left()
static <A,B,C> PPrism<Either<A,B>, Either<C,B>, A, C>
pLeft()
static <A,B,C> PPrism<Either<A,B>, Either<A,C>, B, C>
pRight()
static <A,B> Prism<Either<A,B>, B>
right()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait