FunctionalComponentStreamProperty

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard