MultipleCase

final case class MultipleCase[+A](specs: Chunk[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