POptionalSyntax

monocle.POptionalSyntax
final case class POptionalSyntax[S, T, A, B](self: POptional[S, T, A, B]) extends AnyVal

Attributes

Source:
Optional.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]): POptional[S, T, C, D]

alias to composeIso

alias to composeIso

Attributes

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

alias to composePrism

alias to composePrism

Attributes

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

alias to composeLens

alias to composeLens

Attributes

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

alias to composeTraversal

alias to composeTraversal

Attributes

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

alias to composeOptional

alias to composeOptional

Attributes

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

compose a POptional with a Fold

compose a POptional with a Fold

Attributes

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

compose a POptional with a Getter

compose a POptional with a Getter

Attributes

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

compose a POptional with a PIso

compose a POptional with a PIso

Attributes

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

compose a POptional with a PLens

compose a POptional with a PLens

Attributes

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

compose a POptional with a POptional

compose a POptional with a POptional

Attributes

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

compose a POptional with a PPrism

compose a POptional with a PPrism

Attributes

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

compose a POptional with a PSetter

compose a POptional with a PSetter

Attributes

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

compose a POptional with a PTraversal

compose a POptional with a PTraversal

Attributes

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product