Mixin

weaver.framework.WeaverFingerprints$.Mixin
abstract class Mixin[F[_], SC <: Provider[F], GRIC <: GlobalResourceF[F]](implicit SC: ClassTag[SC], GRIC: ClassTag[GRIC], F: Sync[F]) extends WeaverFingerprints[F]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited classlikes

Attributes

Inherited from:
WeaverFingerprints
Graph
Supertypes
trait SubclassFingerprint
trait Fingerprint
class Object
trait Matchable
class Any

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.

Attributes

Inherited from:
WeaverFingerprints
Graph
Supertypes
trait SubclassFingerprint
trait Fingerprint
class Object
trait Matchable
class Any

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

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

Attributes

Inherited from:
WeaverFingerprints
Graph
Supertypes
trait SubclassFingerprint
trait Fingerprint
class Object
trait Matchable
class Any
trait WeaverFingerprint extends SubclassFingerprint

Attributes

Inherited from:
WeaverFingerprints
Graph
Supertypes
trait SubclassFingerprint
trait Fingerprint
class Object
trait Matchable
class Any
Known subtypes

Types

type SuiteClass = SC

Value members

Inherited methods

def suiteLoader(classLoader: ClassLoader): SuiteLoader[F]

Attributes

Inherited from:
WeaverFingerprints