GenSpawn

cats.effect.kernel.GenSpawn$
See theGenSpawn companion trait
object GenSpawn

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply[F[_], E](implicit F: GenSpawn[F, E]): GenSpawn[F, E]

Attributes

Source:
GenSpawn.scala
def apply[F[_]](implicit F: GenSpawn[F, _], d: DummyImplicit): GenSpawn[F, _]

Attributes

Source:
GenSpawn.scala

Implicits

Implicits

implicit def genSpawnForEitherT[F[_], E0, E](implicit F0: GenSpawn[F, E]): GenSpawn[[_] =>> EitherT[F, E0, _$14], E]

Attributes

Source:
GenSpawn.scala
implicit def genSpawnForIorT[F[_], L, E](implicit F0: GenSpawn[F, E], L0: Semigroup[L]): GenSpawn[[_] =>> IorT[F, L, _$20], E]

Attributes

Source:
GenSpawn.scala
implicit def genSpawnForKleisli[F[_], R, E](implicit F0: GenSpawn[F, E]): GenSpawn[[_] =>> Kleisli[F, R, _$17], E]

Attributes

Source:
GenSpawn.scala
implicit def genSpawnForOptionT[F[_], E](implicit F0: GenSpawn[F, E]): GenSpawn[[_] =>> OptionT[F, _$11], E]

Attributes

Source:
GenSpawn.scala
implicit def genSpawnForWriterT[F[_], L, E](implicit F0: GenSpawn[F, E], L0: Monoid[L]): GenSpawn[[_] =>> WriterT[F, L, _$23], E]

Attributes

Source:
GenSpawn.scala