resolve

abstract fun resolve(requester: Any?, components: EnvironmentComponents): T

Resolve using the given components. The components may be used in case the resolver requires more complicated use cases.

Parameters

requester

The component requesting the resolution in the case of injections or null if the resolution was caused manually (e.g. by calling get on an environment).