AppliedOptionalOps

monocle.syntax.AppliedOptionalOps
final case class AppliedOptionalOps[S](s: S) extends AnyVal

Attributes

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

Members list

Concise view

Value members

Deprecated methods

def &|-?[T, A, B](optional: POptional[S, T, A, B]): AppliedPOptional[S, T, A, B]

alias to applyOptional

alias to applyOptional

Attributes

Deprecated
[Since version 3.0.0-M1]
Source:
Applied.scala
def applyOptional[T, A, B](optional: POptional[S, T, A, B]): AppliedPOptional[S, T, A, B]

Attributes

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product