toothpick-runtime / toothpick / InternalProvider

InternalProvider

open class InternalProvider<T : Any>

A non thread safe internal provider. It should never be exposed outside of Toothpick.

Parameters

- the class of the instances provided by this provider.

Functions

get

open fun get(scope: Scope): T

Inheritors

InternalScopedProvider

open class InternalScopedProvider<T : Any> : InternalProvider<T>

A non thread safe internal provider. It should never be exposed outside of Toothpick.