resolveDeferred

inline fun <T> resolveDeferred(key: String? = null): Deferred<T>(source)

Get a deferred dependency from the map for the key represented by the type (and optionally, with the given name).

Report a problem