final case class AppliedPOptionalSyntax[S, T, A, B](self: AppliedPOptional[S, T, A, B]) extends AnyVal with Product with Serializable
- Source
- AppliedPOptional.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppliedPOptionalSyntax
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AppliedPOptionalSyntax(self: AppliedPOptional[S, T, A, B])
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]): AppliedPOptional[S, T, C, D]
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- def ^<-?[C, D](other: PPrism[A, B, C, D]): AppliedPOptional[S, T, C, D]
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- def ^|->[C, D](other: PLens[A, B, C, D]): AppliedPOptional[S, T, C, D]
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- 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
- 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
- def composeFold[C](other: Fold[A, C]): monocle.AppliedFold[S, C]
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- def composeGetter[C](other: Getter[A, C]): monocle.AppliedFold[S, C]
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- def composeIso[C, D](other: PIso[A, B, C, D]): AppliedPOptional[S, T, C, D]
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- def composeLens[C, D](other: PLens[A, B, C, D]): AppliedPOptional[S, T, C, D]
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- 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
- def composePrism[C, D](other: PPrism[A, B, C, D]): AppliedPOptional[S, T, C, D]
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use andThen
- 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
- 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