t

monocle.std

TheseOptics

trait TheseOptics extends AnyRef

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

Value Members

  1. def pTheseLeft[A, B, C]: POptional[Ior[A, B], Ior[C, B], A, C]
  2. def pTheseRight[A, B, C]: POptional[Ior[A, B], Ior[A, C], B, C]
  3. def theseLeft[A, B]: Optional[Ior[A, B], A]
  4. def theseRight[A, B]: Optional[Ior[A, B], B]
  5. def theseToDisjunction[A, B]: Prism[Ior[A, B], Either[A, B]]