overriddenInstanceOrNull

abstract fun overriddenInstanceOrNull(): Any?

Gets an instance from the overridden binding, if this binding overrides an existing binding.

Return

An instance yielded by the overridden binding, or null if this binding does not override an existing binding.

Throws

If the instance construction triggered a dependency loop.