MonadGenerators

cats.effect.kernel.testkit.MonadGenerators

Attributes

Source:
Generators.scala
Graph
Supertypes
trait Generators1[F]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

override protected def recursiveGen[A : Cogen](deeper: GenK[F]): List[(String, Gen[F[A]])]

Attributes

Definition Classes
Source:
Generators.scala

Inherited methods

override protected def baseGen[A : Cogen]: List[(String, Gen[F[A]])]

Attributes

Definition Classes
Inherited from:
ApplicativeGenerators
Source:
Generators.scala
def generators[A : Cogen]: Gen[F[A]]

Attributes

Inherited from:
Generators1
Source:
Generators.scala

Inherited fields

protected val maxDepth: Int

Attributes

Inherited from:
Generators1
Source:
Generators.scala

Implicits

Implicits

implicit val F: Monad[F]

Attributes

Source:
Generators.scala