MakeFromHasLowPriorityOverloads

izumi.distage.model.definition.dsl.ModuleDefDSL$.MakeDSLBase$.MakeFromHasLowPriorityOverloads
sealed trait MakeFromHasLowPriorityOverloads[T, AfterBind]

Attributes

Graph
Supertypes
class Any
Known subtypes
class MakeFromZIOHas[T, AfterBind]

Members list

Concise view

Value members

Concrete methods

final def fromHas[F[_, _, _] : Tag, R : HasConstructor, E : Tag, I <: T : Tag](effect: F[R, E, I]): AfterBind

Adds a dependency on Local3[F]

Adds a dependency on Local3[F]

Attributes

final def fromHas[F[_, _, _] : Tag, R : HasConstructor, E : Tag, I <: T : Tag](function: Functoid[F[R, E, I]]): AfterBind

Adds a dependency on Local3[F]

Adds a dependency on Local3[F]

Attributes

final def fromHas[F[_, _, _] : Tag, R : HasConstructor, E : Tag, I <: T : Tag](resource: Lifecycle[[_] =>> F[R, E, _$35], I]): AfterBind

Adds a dependency on Local3[F]

Adds a dependency on Local3[F]

Warning: removes the precise subtype of Lifecycle because of Lifecycle.map: Integration checks mixed-in as a trait onto a Lifecycle value result here will be lost

Attributes

final def fromHas[F[_, _, _] : Tag, R : HasConstructor, E : Tag, I <: T : Tag](function: Functoid[Lifecycle[[_] =>> F[R, E, _$40], I]])(implicit evidence$84: Tag[F], evidence$85: HasConstructor[R], evidence$86: Tag[E], evidence$87: Tag[I], d1: DummyImplicit): AfterBind

Adds a dependency on Local3[F]

Adds a dependency on Local3[F]

Warning: removes the precise subtype of Lifecycle because of Lifecycle.map: Integration checks mixed-in as a trait onto a Lifecycle value result here will be lost

Attributes