arg Set Binding
inline fun <A : Any, T : Any> DI.Builder.argSetBinding(): ArgSetBinding<Any, A, T>
Content copied to clipboard
Creates a set: multiple bindings can be added in this set.
A & T generics will be erased!
Return
A set binding ready to be bound.
Parameters
A
The argument type.
T
The created type.