TableFor8

org.scalatest.prop.TableFor8
See theTableFor8 companion class
object TableFor8

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

Attributes

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

Members list

Implicits

Implicits

implicit def canBuildFrom[A, B, C, D, E, F, G, H]: BuildFrom[TableFor8[A, B, C, D, E, F, G, H], (A, B, C, D, E, F, G, H), TableFor8[A, B, C, D, E, F, G, H]]

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

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

Attributes