LabeledCase

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

Value members

Inherited methods

def map[B](f: A => B): SpecCase[Nothing, B]
Inherited from:
SpecCase
Inherited from:
Product