Add Bind In Set
abstract fun <T : Any> AddBindInSet( tag: Any? = null, overrides: Boolean? = null, binding: DIBinding<*, *, T>)
Content copied to clipboard
Attaches multiple bindings in a Set binding of a given type with a given tag.
Parameters
T
The type of value to bind.
tag
The tag to bind.
overrides
Whether this bind must or must not override an existing binding.