ConstantBinder

interface ConstantBinder

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

Functions

Link copied to clipboard
abstract fun <T : Any> With(valueType: TypeToken<out T>, value: T)

Binds the previously given tag to the given instance.

Link copied to clipboard
infix inline fun <T : Any> DI.Builder.ConstantBinder.with(value: T)

Binds the previously given tag to the given instance.