DelegateBinder

abstract class DelegateBinder<T : Any>

Left part of the delegate-binding syntax (delegate(tag)).

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
inline fun <A : T> to(tag: Any? = null)

Delegates the binding of a given type with a given tag.