final case class AppliedGetterSyntax[S, A](self: AppliedGetter[S, A]) extends AnyVal with Product with Serializable
- Source
- AppliedGetter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppliedGetterSyntax
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AppliedGetterSyntax(self: AppliedGetter[S, A])
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 at[I, A1](i: I)(implicit evAt: At[A, i.type, A1]): AppliedGetter[S, A1]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def withDefault[A1](defaultValue: A1)(implicit evOpt: =:=[A, Option[A1]]): AppliedGetter[S, A1]
Deprecated Value Members
- def ^<->[B, C, D](other: PIso[A, B, C, D]): AppliedGetter[S, C]
alias to composeIso
alias to composeIso
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- def ^<-?[B, C, D](other: PPrism[A, B, C, D]): monocle.AppliedFold[S, C]
alias to composePrism
alias to composePrism
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- def ^|->[B, C, D](other: PLens[A, B, C, D]): AppliedGetter[S, C]
alias to composeLens
alias to composeLens
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- def ^|->>[B, C, D](other: PTraversal[A, B, C, D]): monocle.AppliedFold[S, C]
alias to composeTraversal
alias to composeTraversal
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- def ^|-?[B, C, D](other: POptional[A, B, C, D]): monocle.AppliedFold[S, C]
alias to composeOptional
alias to composeOptional
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- def composeFold[C](other: Fold[A, C]): monocle.AppliedFold[S, C]
- def composeGetter[C](other: Getter[A, C]): AppliedGetter[S, C]
- def composeIso[B, C, D](other: PIso[A, B, C, D]): AppliedGetter[S, C]
- def composeLens[B, C, D](other: PLens[A, B, C, D]): AppliedGetter[S, C]
- def composeOptional[B, C, D](other: POptional[A, B, C, D]): monocle.AppliedFold[S, C]
- def composePrism[B, C, D](other: PPrism[A, B, C, D]): monocle.AppliedFold[S, C]
- def composeTraversal[B, C, D](other: PTraversal[A, B, C, D]): monocle.AppliedFold[S, C]
compose a Fold with a PTraversal
compose a Fold with a PTraversal
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen