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
/
RedirectMutableFieldGen
Redirect
Mutable
Field
Gen
class
RedirectMutableFieldGen
<
V
>
(
val
redirect
:
(
)
->
KMutableProperty0
<
V
>
)
Members
Constructors
Redirect
Mutable
Field
Gen
Link copied to clipboard
constructor
(
redirect
:
(
)
->
KMutableProperty0
<
V
>
)
Properties
redirect
Link copied to clipboard
val
redirect
:
(
)
->
KMutableProperty0
<
V
>
Functions
get
Value
Link copied to clipboard
inline operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
V
set
Value
Link copied to clipboard
inline operator
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
V
)