EitherOptics

class Object
trait Matchable
class Any
object Monocle
object all
object either

Value members

Concrete methods

final def pStdLeft[A, B, C]: PPrism[Either[A, B], Either[C, B], A, C]
final def pStdRight[A, B, C]: PPrism[Either[A, B], Either[A, C], B, C]
final def stdLeft[A, B]: Prism[Either[A, B], A]
final def stdRight[A, B]: Prism[Either[A, B], B]