Params3

case class Params3[A, B, C](TA: Testable[A], TB: Testable[B], TC: Testable[C])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def call[R](f: (A, B, C) => R): R
def callV[R](validate: (A, B, C, R) => Unit, r: R): Unit
def label(param1: String, param2: String, param3: String): String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

val copies: (A, B, C)
val values: (A, B, C)