AppliedPOptionalSyntax

monocle.syntax.AppliedPOptionalSyntax
final case class AppliedPOptionalSyntax[S, T, A, B](self: AppliedPOptional[S, T, A, B]) extends AnyVal

Attributes

Source:
AppliedPOptional.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Deprecated methods

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

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
AppliedPOptional.scala
def ^<-?[C, D](other: PPrism[A, B, C, D]): AppliedPOptional[S, T, C, D]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
AppliedPOptional.scala
def ^|->[C, D](other: PLens[A, B, C, D]): AppliedPOptional[S, T, C, D]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
AppliedPOptional.scala
def ^|->>[C, D](other: PTraversal[A, B, C, D]): AppliedPTraversal[S, T, C, D]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
AppliedPOptional.scala
def ^|-?[C, D](other: POptional[A, B, C, D]): AppliedPOptional[S, T, C, D]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
AppliedPOptional.scala
def composeFold[C](other: Fold[A, C]): AppliedFold[S, C]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
AppliedPOptional.scala
def composeGetter[C](other: Getter[A, C]): AppliedFold[S, C]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
AppliedPOptional.scala
def composeIso[C, D](other: PIso[A, B, C, D]): AppliedPOptional[S, T, C, D]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
AppliedPOptional.scala
def composeLens[C, D](other: PLens[A, B, C, D]): AppliedPOptional[S, T, C, D]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
AppliedPOptional.scala
def composeOptional[C, D](other: POptional[A, B, C, D]): AppliedPOptional[S, T, C, D]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
AppliedPOptional.scala
def composePrism[C, D](other: PPrism[A, B, C, D]): AppliedPOptional[S, T, C, D]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
AppliedPOptional.scala
def composeSetter[C, D](other: PSetter[A, B, C, D]): AppliedPSetter[S, T, C, D]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
AppliedPOptional.scala
def composeTraversal[C, D](other: PTraversal[A, B, C, D]): AppliedPTraversal[S, T, C, D]

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
AppliedPOptional.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product