Params2

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

Value members

Concrete methods

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

Inherited methods

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

Concrete fields

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