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[E, B]
Inherited from:
SpecCase
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product