Packages

final case class ProviderImpl[+A](parameters: Seq[LinkedParameter], ret: SafeType, originalFun: AnyRef, fun: (Seq[Any]) => Any, providerType: ProviderType) extends Provider with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Provider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProviderImpl
  2. Serializable
  3. Product
  4. Equals
  5. Provider
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProviderImpl(parameters: Seq[LinkedParameter], ret: SafeType, fun: (Seq[Any]) => Any, providerType: ProviderType)
  2. new ProviderImpl(parameters: Seq[LinkedParameter], ret: SafeType, originalFun: AnyRef, fun: (Seq[Any]) => Any, providerType: ProviderType)

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. def addUnused(keys: Iterable[DIKey]): Provider
    Definition Classes
    ProviderImplProvider
  5. final def argTypes: Seq[SafeType]
    Definition Classes
    Provider
  6. final def arity: Int
    Definition Classes
    Provider
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def diKeys: Seq[DIKey]
    Definition Classes
    Provider
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def equals(obj: Any): Boolean
    Definition Classes
    Provider → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. val fun: (Seq[Any]) => Any
    Definition Classes
    ProviderImplProvider
  14. final def funString: String
    Definition Classes
    Provider
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def hashCode(): Int
    Definition Classes
    Provider → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val originalFun: AnyRef
    Definition Classes
    ProviderImplProvider
  22. val parameters: Seq[LinkedParameter]
    Definition Classes
    ProviderImplProvider
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. val providerType: ProviderType
    Definition Classes
    ProviderImplProvider
  25. def replaceKeys(f: (DIKey) => DIKey): Provider
    Definition Classes
    ProviderImplProvider
  26. val ret: SafeType
    Definition Classes
    ProviderImplProvider
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. final def toString(): String
    Definition Classes
    Provider → AnyRef → Any
  29. def unsafeApply(refs: Seq[TypedRef[_]]): A
    Definition Classes
    ProviderImplProvider
  30. def unsafeMap(newRet: SafeType, f: Function1[Any, _]): ProviderImpl[_]
    Definition Classes
    ProviderImplProvider
  31. def unsafeZip(newRet: SafeType, that: Provider): Provider
    Definition Classes
    ProviderImplProvider
  32. def verifyArgs(refs: Seq[TypedRef[_]]): Seq[Any]
    Attributes
    protected[this]
    Definition Classes
    Provider
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Provider

Inherited from AnyRef

Inherited from Any

Ungrouped