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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product