toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
Computed
Computed
class
Computed
<
K
:
Computed.WithParent
<
K
>
,
T
>
(
val
prop
:
KProperty1
<
K
,
T
?
>
,
val
default
:
(
)
->
T
)
Members
Constructors
Computed
Link copied to clipboard
constructor
(
prop
:
KProperty1
<
K
,
T
?
>
,
default
:
(
)
->
T
)
Types
With
Parent
Link copied to clipboard
interface
WithParent
<
T
>
Properties
default
Link copied to clipboard
val
default
:
(
)
->
T
prop
Link copied to clipboard
val
prop
:
KProperty1
<
K
,
T
?
>
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
K
?
,
p
:
KProperty
<
*
>
)
:
T