c

monocle

PIsoSyntax

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

Source
Iso.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PIsoSyntax
  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 PIsoSyntax(self: PIso[S, T, A, B])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product

Deprecated Value Members

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

    alias to composeIso

    alias to composeIso

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

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

    alias to composePrism

    alias to composePrism

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

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

    alias to composeLens

    alias to composeLens

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

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

    alias to composeTraversal

    alias to composeTraversal

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

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

    alias to composeOptional

    alias to composeOptional

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  6. def composeFold[C](other: Fold[A, C]): Fold[S, C]

    compose a PIso with a Fold

    compose a PIso with a Fold

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  7. def composeGetter[C](other: Getter[A, C]): Getter[S, C]

    compose a PIso with a Getter

    compose a PIso with a Getter

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  8. def composeIso[C, D](other: PIso[A, B, C, D]): PIso[S, T, C, D]

    compose a PIso with a PIso

    compose a PIso with a PIso

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  9. def composeLens[C, D](other: PLens[A, B, C, D]): PLens[S, T, C, D]

    compose a PIso with a PLens

    compose a PIso with a PLens

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  10. def composeOptional[C, D](other: POptional[A, B, C, D]): POptional[S, T, C, D]

    compose a PIso with a POptional

    compose a PIso with a POptional

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  11. def composePrism[C, D](other: PPrism[A, B, C, D]): PPrism[S, T, C, D]

    compose a PIso with a PPrism

    compose a PIso with a PPrism

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  12. def composeSetter[C, D](other: PSetter[A, B, C, D]): PSetter[S, T, C, D]

    compose a PIso with a PSetter

    compose a PIso with a PSetter

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

  13. def composeTraversal[C, D](other: PTraversal[A, B, C, D]): PTraversal[S, T, C, D]

    compose a PIso with a PTraversal

    compose a PIso with a PTraversal

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-M1) use andThen

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Ungrouped