InBindSet

abstract fun <T : Any> InBindSet(tag: Any? = null, overrides: Boolean? = null, type: TypeToken<out T>, creator: DI.Builder.SetBinder<T>.() -> Unit)

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.