Packages

object ProviderMagnet extends Serializable

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit macro def apply[R](fun: Function22[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  5. implicit macro def apply[R](fun: Function21[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  6. implicit macro def apply[R](fun: Function20[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  7. implicit macro def apply[R](fun: Function19[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  8. implicit macro def apply[R](fun: Function18[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  9. implicit macro def apply[R](fun: Function17[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  10. implicit macro def apply[R](fun: Function16[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  11. implicit macro def apply[R](fun: Function15[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  12. implicit macro def apply[R](fun: Function14[_, _, _, _, _, _, _, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  13. implicit macro def apply[R](fun: Function13[_, _, _, _, _, _, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  14. implicit macro def apply[R](fun: Function12[_, _, _, _, _, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  15. implicit macro def apply[R](fun: Function11[_, _, _, _, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  16. implicit macro def apply[R](fun: Function10[_, _, _, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  17. implicit macro def apply[R](fun: Function9[_, _, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  18. implicit macro def apply[R](fun: Function8[_, _, _, _, _, _, _, _, R]): ProviderMagnet[R]
  19. implicit macro def apply[R](fun: Function7[_, _, _, _, _, _, _, R]): ProviderMagnet[R]
  20. implicit macro def apply[R](fun: Function6[_, _, _, _, _, _, R]): ProviderMagnet[R]
  21. implicit macro def apply[R](fun: Function5[_, _, _, _, _, R]): ProviderMagnet[R]
  22. implicit macro def apply[R](fun: Function4[_, _, _, _, R]): ProviderMagnet[R]
  23. implicit macro def apply[R](fun: Function3[_, _, _, R]): ProviderMagnet[R]
  24. implicit macro def apply[R](fun: Function2[_, _, R]): ProviderMagnet[R]
  25. implicit macro def apply[R](fun: Function1[_, R]): ProviderMagnet[R]
  26. implicit macro def apply[R](fun: () => R): ProviderMagnet[R]
  27. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  28. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  32. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def identity[A](implicit arg0: Tag[A]): ProviderMagnet[A]
  35. def identityKey(key: DIKey): ProviderMagnet[_]
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def lift[A](a: => A)(implicit arg0: Tag[A]): ProviderMagnet[A]
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def pure[A](a: A)(implicit arg0: Tag[A]): ProviderMagnet[A]
  42. def single[A, B](f: (A) => B)(implicit arg0: Tag[A], arg1: Tag[B]): ProviderMagnet[B]
  43. def singleton[A <: Singleton](a: A)(implicit arg0: Tag[A]): ProviderMagnet[A]
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def todoProvider(key: DIKey)(implicit pos: CodePositionMaterializer): ProviderMagnet[Nothing]
  47. def unit: ProviderMagnet[Unit]
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped