final case class AppliedOptionalOps[S](s: S) extends AnyVal with Product with Serializable
- Source
- Applied.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppliedOptionalOps
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AppliedOptionalOps(s: S)
Value Members
Deprecated Value Members
- def &|-?[T, A, B](optional: POptional[S, T, A, B]): AppliedPOptional[S, T, A, B]
alias to applyOptional
alias to applyOptional
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use focus().andThen
- def applyOptional[T, A, B](optional: POptional[S, T, A, B]): AppliedPOptional[S, T, A, B]
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0-M1) use focus().andThen