t

monocle.std

EitherOptics

trait EitherOptics extends AnyRef

Source
Either.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EitherOptics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def pStdLeft[A, B, C]: PPrism[Either[A, B], Either[C, B], A, C]
  2. final def pStdRight[A, B, C]: PPrism[Either[A, B], Either[A, C], B, C]
  3. final def stdLeft[A, B]: Prism[Either[A, B], A]
  4. final def stdRight[A, B]: Prism[Either[A, B], B]