Params5

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

Value members

Concrete methods

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