final case class PLensSyntax[S, T, A, B](self: PLens[S, T, A, B]) extends AnyVal with Product with Serializable
- Source
- Lens.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PLensSyntax
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product
Deprecated Value Members
- def ^<->[C, D](other: PIso[A, B, C, D]): PLens[S, T, C, D]
alias to composeIso
alias to composeIso
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- def ^<-?[C, D](other: PPrism[A, B, C, D]): POptional[S, T, C, D]
alias to composePrism
alias to composePrism
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- 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
- 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
- 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
- def composeFold[C](other: Fold[A, C]): Fold[S, C]
- def composeGetter[C](other: Getter[A, C]): Getter[S, C]
- def composeIso[C, D](other: PIso[A, B, C, D]): PLens[S, T, C, D]
- def composeLens[C, D](other: PLens[A, B, C, D]): PLens[S, T, C, D]
- def composeOptional[C, D](other: POptional[A, B, C, D]): POptional[S, T, C, D]
- def composePrism[C, D](other: PPrism[A, B, C, D]): POptional[S, T, C, D]
- def composeSetter[C, D](other: PSetter[A, B, C, D]): PSetter[S, T, C, D]
- def composeTraversal[C, D](other: PTraversal[A, B, C, D]): PTraversal[S, T, C, D]
compose a PLens with a PTraversal
compose a PLens with a PTraversal
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen