hasFactory

inline fun <A : Any, T : Any> DI.hasFactory(tag: Any? = null): Boolean

Define whether a factory binding exists in the given DI container

Return

true if the binding is found

TODO: Handle context type

Parameters

tag

the bound tag, if any