Buffer

final case class Buffer(booleans: List[Boolean], bytes: List[Byte], chars: List[Char], doubles: List[Double], floats: List[Float], integers: List[Int], longs: List[Long], strings: List[String], uuids: List[UUID])

The buffer of the TestRandom.

trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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