DirectBinder

interface DirectBinder

Left part of the direct-binding syntax (bind(tag)).

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
from
Link copied to clipboard
common
abstract infix fun <C : Any, A, T : Any> from(binding: DIBinding<in C, in A, out T>)
Binds the previously given tag to the given binding.
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String