Packages

p

refuel

provider

package provider

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. provider
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Accessor[T](t: T) extends Product with Serializable
  2. trait Lazy[X] extends AnyRef
  3. trait Tag[+U] extends Any

    Used to alias the Injectable type.

Value Members

  1. implicit def _implicitNestedProviding[X](variable: Lazy[Lazy[X]])(implicit ctn: Container): X
  2. implicit def _implicitProviding[X](variable: Lazy[X])(implicit ctn: Container): X

    Provide internal instance Lazy[T].

    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.

    X

    Variable type

    variable

    Stored dependency object.

Inherited from AnyRef

Inherited from Any

Ungrouped