Mixin

abstract class Mixin[F[_], SC <: EffectSuite[F], GRIC <: GlobalResourceF[F]](SC: ClassTag[SC], GRIC: ClassTag[GRIC], F: Sync[F]) extends WeaverFingerprints[F]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

A fingerprint that searches only for classes extending weaver.EffectSuite. that have a constructor that takes a single weaver.GlobalResources.Read parameter.

A fingerprint that searches only for classes extending weaver.EffectSuite. that have a constructor that takes a single weaver.GlobalResources.Read parameter.

Inherited from
WeaverFingerprints

A fingerprint that searches only for singleton objects of type weaver.EffectSuite.

A fingerprint that searches only for singleton objects of type weaver.EffectSuite.

Inherited from
WeaverFingerprints

Types

type SuiteClass = SC

Value members

Inherited methods

def suiteLoader(classLoader: ClassLoader): SuiteLoader[F]
Inherited from
WeaverFingerprints

Concrete fields

val SuiteClass: ClassTag[SuiteClass]