ConcatUnbounded

oxygen.test.Generator.ConcatUnbounded
final case class ConcatUnbounded[+A](_1: Generator[A], _2: Generator[A]) extends Unbounded[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Unbounded[A]
trait Generator[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def gen: UIO[A]

Attributes

Definition Classes
override def genN(n: Int): UIO[Chunk[A]]

Attributes

Definition Classes
override def streamExhaustiveOrSized: UStream[A]

Attributes

Definition Classes

Inherited methods

final def ++[A2 >: A](that: Generator[A2]): Generator[A2]

Attributes

Inherited from:
Generator
final def concat[A2 >: A](that: Generator[A2]): Generator[A2]

Attributes

Inherited from:
Generator
final def flatMap[B](f: A => Generator[B]): Generator[B]

Attributes

Inherited from:
Generator
final def genExhaustiveOrSized: UIO[Chunk[A]]

Attributes

Inherited from:
Generator
final def genExhaustiveOrSizedWithSize(size: Int): UIO[Chunk[A]]

Attributes

Inherited from:
Generator
def map[B](f: A => B): Generator[B]

Attributes

Inherited from:
Generator
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final override def streamN(n: Int): UStream[A]

Attributes

Definition Classes
Inherited from:
Unbounded
final def streamSized: UStream[A]

Attributes

Inherited from:
Generator