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

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String
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>