core
0.16.3
core
/
de.peekandpoke.kraft.components.state
/
FunctionalComponentStreamProperty
Functional
Component
Stream
Property
class
FunctionalComponentStreamProperty
<
T
>
(
val
component
:
Component
<
*
>
,
val
stream
:
Stream
<
T
>
,
type
:
KType
)
:
ReadOnlyProperty
<
Any
?
,
T
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Functional
Component
Stream
Property
Link copied to clipboard
fun
<
T
>
FunctionalComponentStreamProperty
(
component
:
Component
<
*
>
,
stream
:
Stream
<
T
>
,
type
:
KType
)
Content copied to clipboard
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
Content copied to clipboard
Properties
component
Link copied to clipboard
val
component
:
Component
<
*
>
Content copied to clipboard
stream
Link copied to clipboard
val
stream
:
Stream
<
T
>
Content copied to clipboard