c

monocle.syntax

AppliedPIsoSyntax

final case class AppliedPIsoSyntax[S, T, A, B](self: AppliedPIso[S, T, A, B]) extends AnyVal with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppliedPIsoSyntax
  2. Serializable
  3. Product
  4. Equals
  5. AnyVal
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AppliedPIsoSyntax(self: AppliedPIso[S, T, A, B])

Value Members

  1. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product

Deprecated Value Members

  1. def ^<->[C, D](other: PIso[A, B, C, D]): AppliedPIso[S, T, C, D]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  2. def ^<-?[C, D](other: PPrism[A, B, C, D]): AppliedPPrism[S, T, C, D]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  3. def ^|->[C, D](other: PLens[A, B, C, D]): AppliedPLens[S, T, C, D]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  4. def ^|->>[C, D](other: PTraversal[A, B, C, D]): AppliedPTraversal[S, T, C, D]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  5. def ^|-?[C, D](other: POptional[A, B, C, D]): AppliedPOptional[S, T, C, D]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  6. def composeFold[C](other: Fold[A, C]): monocle.AppliedFold[S, C]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  7. def composeGetter[C](other: Getter[A, C]): monocle.AppliedGetter[S, C]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  8. def composeIso[C, D](other: PIso[A, B, C, D]): AppliedPIso[S, T, C, D]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  9. def composeLens[C, D](other: PLens[A, B, C, D]): AppliedPLens[S, T, C, D]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  10. def composeOptional[C, D](other: POptional[A, B, C, D]): AppliedPOptional[S, T, C, D]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  11. def composePrism[C, D](other: PPrism[A, B, C, D]): AppliedPPrism[S, T, C, D]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  12. def composeSetter[C, D](other: PSetter[A, B, C, D]): AppliedPSetter[S, T, C, D]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  13. def composeTraversal[C, D](other: PTraversal[A, B, C, D]): AppliedPTraversal[S, T, C, D]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen