Delegate

class Delegate<T>(stateFlow: StateFlow<T>, bindingId: Int)

Functions

collect
Link copied to clipboard
fun collect(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