toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
Extra
/
PropertyThis
Property
This
class
PropertyThis
<
T2
:
Extra
,
T
>
(
val
name
:
String
?
=
null
,
val
defaultGen
:
T2
.
(
)
->
T
)
Members
Constructors
Property
This
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
defaultGen
:
T2
.
(
)
->
T
)
Properties
default
Gen
Link copied to clipboard
val
defaultGen
:
T2
.
(
)
->
T
name
Link copied to clipboard
val
name
:
String
?
=
null
Functions
get
Value
Link copied to clipboard
inline operator
fun
getValue
(
thisRef
:
T2
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
inline operator
fun
setValue
(
thisRef
:
T2
,
property
:
KProperty
<
*
>
,
value
:
T
)
set
Value
Untransformed
Link copied to clipboard
inline
fun
setValueUntransformed
(
thisRef
:
T2
,
property
:
KProperty
<
*
>
,
value
:
T
)
with
Transform
Link copied to clipboard
inline
fun
withTransform
(
noinline
block
:
T2
.
(
T
)
->
T
)
:
Extra.PropertyThis
<
T2
,
T
>