Params4

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

Value members

Concrete methods

def call[R](f: (A, B, C, D) => R): R
def callV[R](validate: (A, B, C, D, R) => Unit, r: R): Unit
def label(param1: String, param2: String, param3: String, param4: 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, D)
val values: (A, B, C, D)