MapUnbounded

oxygen.test.Generator.MapUnbounded
final case class MapUnbounded[A, A2](a: Generator[A], f: A => A2) extends Unbounded[A2]

Attributes

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

Members list

Value members

Concrete methods

override def gen: UIO[A2]

Attributes

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

Attributes

Definition Classes
override def streamExhaustiveOrSized: UStream[A2]

Attributes

Definition Classes

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Generator
def map[B](f: A2 => 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[A2]

Attributes

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

Attributes

Inherited from:
Generator