Buffer

zio.test.TestRandom$.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.

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product