provide

inline fun <T> FactoryProvider.provide(): T

Provides the factory with the given type T, or throws a TypeNotFoundException if there is no factory registered for the given type.

Parameters

T

the factory type