ExecCase

final case class ExecCase[+Spec](exec: ExecutionStrategy, spec: 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