DelegateBinder

abstract class DelegateBinder<T : Any>

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

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun <A : T> To(type: TypeToken<A>, tag: Any?)

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

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

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