Finite

oxygen.test.Generator.Finite
See theFinite companion object
final case class Finite[+A](values: Chunk[A]) extends Bounded[A]

Attributes

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

Members list

Value members

Concrete methods

def ++[A2 >: A](that: Finite[A2]): Finite[A2]
def concatFinite[A2 >: A](that: Finite[A2]): Finite[A2]
override def map[B](f: A => B): Finite[B]

Attributes

Definition Classes
override def streamExhaustive: UStream[A]

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
Bounded
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 concatBounded[A2 >: A](that: Bounded[A2]): Bounded[A2]

Attributes

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

Attributes

Inherited from:
Generator
override def gen: UIO[A]

Attributes

Definition Classes
Inherited from:
Bounded
final def genExhaustive: UIO[Chunk[A]]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Bounded
override def genN(n: Int): UIO[Chunk[A]]

Attributes

Definition Classes
Inherited from:
Bounded
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final override def streamExhaustiveOrSized: UStream[A]

Attributes

Definition Classes
Inherited from:
Bounded
final override def streamN(n: Int): UStream[A]

Attributes

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

Attributes

Inherited from:
Generator