final case class AppliedPrismSyntax[S, A](self: AppliedPrism[S, A]) extends AnyVal with Product with Serializable
Instance Constructors
- new AppliedPrismSyntax(self: AppliedPrism[S, A])
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- def productElementNames: Iterator[String]
- def withDefault[A1](defaultValue: A1)(implicit evOpt: =:=[A, Option[A1]]): AppliedPrism[S, A1]
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Inherited from AnyVal
Value Members
- def getClass(): Class[_ <: AnyVal]
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- def productElementNames: Iterator[String]
- def withDefault[A1](defaultValue: A1)(implicit evOpt: =:=[A, Option[A1]]): AppliedPrism[S, A1]