toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.util
/
TransformedMutableField
Transformed
Mutable
Field
class
TransformedMutableField
<
V
,
R
>
(
val
prop
:
KMutableProperty0
<
V
>
,
val
transform
:
(
V
)
->
R
,
val
reverseTransform
:
(
R
)
->
V
)
Members
Constructors
Transformed
Mutable
Field
Link copied to clipboard
constructor
(
prop
:
KMutableProperty0
<
V
>
,
transform
:
(
V
)
->
R
,
reverseTransform
:
(
R
)
->
V
)
Properties
prop
Link copied to clipboard
val
prop
:
KMutableProperty0
<
V
>
reverse
Transform
Link copied to clipboard
val
reverseTransform
:
(
R
)
->
V
transform
Link copied to clipboard
val
transform
:
(
V
)
->
R
Functions
get
Value
Link copied to clipboard
inline operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
R
set
Value
Link copied to clipboard
inline operator
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
R
)