TypeBinderInSet

class TypeBinderInSet<in T : Any, S : Any>

Second part of the bind<Type>().inSet() with binding syntax.

Parameters

T

The type of the binding in the set.

Functions

with
Link copied to clipboard
common
infix fun <C : Any> with(binding: DIBinding<in C, *, out T>)

Second part of the bind<Type>().inSet() with binding syntax.

Properties

_binder
Link copied to clipboard
common
val _binder: DI.Builder.TypeBinder<T>