toothpick-runtime / toothpick / InternalScopedProvider / <init>

<init>

InternalScopedProvider(scope: Scope, factory: Factory<T>)
InternalScopedProvider(scope: Scope, instance: T)
InternalScopedProvider(scope: Scope, providerInstance: Provider<out T>, isProvidingSingleton: Boolean, isProvidingReleasable: Boolean)
InternalScopedProvider(scope: Scope, factoryKeyClass: Class<out T>, isCreatingSingletonInScope: Boolean, isCreatingReleasableInScope: Boolean)
InternalScopedProvider(scope: Scope, factoryKeyClass: Class<out Provider<out T>>, isCreatingSingletonInScope: Boolean, isCreatingReleasableInScope: Boolean, isProvidingSingletonInScope: Boolean, isProvidingReleasable: Boolean)