TrifunctorHasLifecycleTag

izumi.distage.model.definition.dsl.LifecycleAdapters$.TrifunctorHasLifecycleTag$
See theTrifunctorHasLifecycleTag companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type LifecycleF[_] = Any

Attributes

Inherited from:
AnyKindShim

Implicits

Implicits

implicit def trifunctorResourceTag[R1 <: Lifecycle[[_] =>> F0[R0, E0, _$8], A0], F0[_, _, _] : Tag, R0 : HasConstructor, E0 : Tag, A0 <: A1 : Tag, A1]: TrifunctorHasLifecycleTag[R1 & Lifecycle[[_] =>> F0[R0, E0, _$12], A0], A1] { type R = R0; type E = E0; type A = A0; type F = F0; }

Inherited implicits

implicit def trifunctorResourceTagNothing[R1 <: Lifecycle[[_] =>> F0[R0, Nothing, _$20], A0], F0[_, _, _] : Tag, R0 : HasConstructor, A0 <: A1 : Tag, A1]: TrifunctorHasLifecycleTag[R1 & Lifecycle[[_] =>> F0[R0, Nothing, _$24], A0], A1] { type R = R0; type E = Nothing; type A = A0; type F = [RR, EE, AA] =>> F0[RR, EE, AA]; }

Attributes

Inherited from:
TrifunctorHasLifecycleTagLowPriority (hidden)