Delegate

class Delegate<T>(value: T, bindingId: Int)

Functions

collect
Link copied to clipboard
fun collect(flow: Flow<T>, bindingViewModel: BindingViewModel)
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getValue
Link copied to clipboard
operator fun getValue(thisRef: Any, property: KProperty<*>): T
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String