overriddenFactory

abstract fun overriddenFactory(): (Any?) -> Any

Gets a factory from the overridden binding.

Return

A factory yielded by the overridden binding.

Throws

if this binding does not override an existing binding.

When calling the factory function, if the instance construction triggered a dependency loop.