toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.util
/
TransformedField
Transformed
Field
class
TransformedField
<
V
,
R
>
(
val
prop
:
KProperty0
<
V
>
,
val
transform
:
(
V
)
->
R
)
Members
Constructors
Transformed
Field
Link copied to clipboard
constructor
(
prop
:
KProperty0
<
V
>
,
transform
:
(
V
)
->
R
)
Properties
prop
Link copied to clipboard
val
prop
:
KProperty0
<
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