OutcomeGenerators

cats.effect.kernel.testkit.OutcomeGenerators$
See theOutcomeGenerators companion trait

Attributes

Companion:
trait
Source:
Generators.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited methods

def outcomeGenerators[F[_] : Applicative, E : Cogen]: ApplicativeErrorGenerators[[_] =>> Outcome[F, E, _$33], E]

Attributes

Inherited from:
OutcomeGenerators
Source:
Generators.scala

Implicits

Inherited implicits

implicit def arbitraryOutcome[F[_] : Applicative, E : Arbitrary, A : Cogen]: Arbitrary[Outcome[F, E, A]]

Attributes

Inherited from:
OutcomeGenerators
Source:
Generators.scala
implicit def cogenOutcome[F[_], E : Cogen, A](implicit evidence$72: Cogen[E], A: Cogen[F[A]]): Cogen[Outcome[F, E, A]]

Attributes

Inherited from:
OutcomeGenerators
Source:
Generators.scala