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
GenSpawn.type

Members list

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, _$15], E]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
GenSpawn.scala