object these extends TheseOptics

Source
These.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. these
  2. TheseOptics
  3. AnyRef
  4. 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]
    Definition Classes
    TheseOptics
  2. def pTheseRight[A, B, C]: POptional[Ior[A, B], Ior[A, C], B, C]
    Definition Classes
    TheseOptics
  3. def theseLeft[A, B]: Optional[Ior[A, B], A]
    Definition Classes
    TheseOptics
  4. def theseRight[A, B]: Optional[Ior[A, B], B]
    Definition Classes
    TheseOptics
  5. def theseToDisjunction[A, B]: Prism[Ior[A, B], Either[A, B]]
    Definition Classes
    TheseOptics