Delegate

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

Functions

collect
Link copied to clipboard
fun collect(flow: Flow<T>, bindingObservable: BindingObservable)
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