refuel.container.provider

Type members

Classlikes

trait Lazy[X]
Companion
object
object Lazy
Companion
class
trait Tag[+U]

Used to alias the Injectable type.

Used to alias the Injectable type.

Givens

Givens

given _implicitProviding: T => U

Provide internal instance Lazy[T]. Once injected, the object is persisted. However, if a request from a different container instance occurs, it may be searched again.

Provide internal instance Lazy[T]. Once injected, the object is persisted. However, if a request from a different container instance occurs, it may be searched again.

Type Params
X

Variable type

Value Params
variable

Stored dependency object.