FunctionalComponentStreamProperty

class FunctionalComponentStreamProperty<T>(val component: Component<*>, val stream: Stream<T>, type: KType) : ReadOnlyProperty<Any?, T>

Constructors

Link copied to clipboard
constructor(component: Component<*>, stream: Stream<T>, type: KType)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun getValue(thisRef: Any?, property: KProperty<*>): T