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[Any, Nothing, B]
Inherited from:
SpecCase
Inherited from:
Product