Packages

final case class ProviderImpl(implType: SafeType, function: Provider) extends ImplDef with DirectImplDef with Product with Serializable

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

Instance Constructors

  1. new ProviderImpl(implType: SafeType, function: Provider)

Value Members

  1. val function: Provider
  2. final lazy val hashCode: Int
    Definition Classes
    CachedProductHashcode → AnyRef → Any
  3. val implType: SafeType
    Definition Classes
    ProviderImplImplDef
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. final def toString(): String
    Definition Classes
    ImplDef → AnyRef → Any