final case class AppliedPrismEmptyOps[S, T](appliedPrism: AppliedPrism[S, T]) extends AnyVal with Product with Serializable
- Source
- AppliedEmptySyntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AppliedPrismEmptyOps
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AppliedPrismEmptyOps(appliedPrism: AppliedPrism[S, T])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def empty(implicit ev: Empty[T]): AppliedPrism[S, Unit]
provide a way to know if a structure
T
is empty - def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product