inSet

inline fun <T : Any> DI.Builder.inSet(tag: Any? = null, overrides: Boolean? = null, creator: () -> DIBinding<*, *, T>)

Deprecated

Use inBindSet { add { BINDING } } instead.

Defines that the binding will be saved in a set binding.

T generics will be erased!

Parameters

T

The type of the binding.