LabeledCase

final case class LabeledCase[+Spec](label: String, spec: Spec) extends SpecCase[Any, Nothing, Spec]
trait Product
trait Equals
class SpecCase[Any, Nothing, Spec]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def map[B](f: Spec => B)(implicit trace: Trace): SpecCase[R, E, B]
Inherited from:
SpecCase
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product