fun <R : Any> providerByKey(key: TypeKey<R>): Provider<R>
Retrieves a non-optional provider function by key that returns R.
R
key - The type key of the instance.
key
EntryNotFoundException -
EntryNotFoundException
Return The provider function.