Type Binder
Left part of the type-binding syntax (bind(type, tag)).
Parameters
T
The type to bind.
Functions
Extensions
In Set
Link copied to clipboard
inline fun <T : Any> DI.Builder.TypeBinder<T>.inSet(): TypeBinderInSet<T, Set<T>>
Content copied to clipboard
Defines that the binding will be saved in a set binding.
sub Types
Link copied to clipboard
Allows to bind in an existing set binding (rather than directly as a new binding).