overriddenInstance

abstract fun overriddenInstance(): Any

Gets an instance from the overridden binding.

Return

An instance yielded by the overridden binding.

Throws

if this binding does not override an existing binding.

If the instance construction triggered a dependency loop.