Provider

izumi.distage.model.reflection.Provider
See theProvider companion trait
object Provider

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Provider.type

Members list

Type members

Classlikes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Provider
class Object
trait Matchable
class Any
Show all
object ProviderImpl

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object ProviderType

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ProviderType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Class
object Factory
object Function
object Singleton
object Trait
Show all