either

object either extends EitherOptics
class Object
trait Matchable
class Any

Value members

Inherited methods

final def pStdLeft[A, B, C]: PPrism[Either[A, B], Either[C, B], A, C]
Inherited from
EitherOptics
Source
Either.scala
final def pStdRight[A, B, C]: PPrism[Either[A, B], Either[A, C], B, C]
Inherited from
EitherOptics
Source
Either.scala
final def stdLeft[A, B]: Prism[Either[A, B], A]
Inherited from
EitherOptics
Source
Either.scala
final def stdRight[A, B]: Prism[Either[A, B], B]
Inherited from
EitherOptics
Source
Either.scala