korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
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