in Bind Set
inline fun <T : Any> DI.Builder.inBindSet( tag: Any? = null, overrides: Boolean? = null, noinline creator: DI.Builder.SetBinder<T>.() -> Unit)
Content copied to clipboard
Add multiple bindings in an existing set
T generics will be erased!
Parameters
T
The binding type of the targeted set.
creator
The builder that should add binding in the set.