TableFor3

org.scalatest.prop.TableFor3
See theTableFor3 companion class
object TableFor3

Companion object for class TableFor3 that provides an implicit canBuildFrom method that enables higher order functions defined on TableFor3 to return another TableFor3.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TableFor3.type

Members list

Implicits

Implicits

implicit def canBuildFrom[A, B, C]: BuildFrom[TableFor3[A, B, C], (A, B, C), TableFor3[A, B, C]]

Implicit method enabling higher order functions of TableFor3 to return sequences of type TableFor3.

Implicit method enabling higher order functions of TableFor3 to return sequences of type TableFor3.

Attributes