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