MultipleCase

final case class MultipleCase[+Spec](specs: Chunk[Spec]) extends SpecCase[Any, Nothing, Nothing, Spec]
trait Product
trait Equals
class SpecCase[Any, Nothing, Nothing, Spec]
class Object
trait Matchable
class Any

Value members

Inherited methods

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