Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-navigator-web-internals
/
org.readium.navigator.web.internals.util
/
MutableRef
Mutable
Ref
data
class
MutableRef
<
T
>
(
var
value
:
T
)
Members
Members & Extensions
Constructors
Mutable
Ref
Link copied to clipboard
constructor
(
value
:
T
)
Properties
value
Link copied to clipboard
var
value
:
T
Functions
get
Value
Link copied to clipboard
inline operator
fun
<
T
>
MutableRef
<
T
>
.
getValue
(
thisObj
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
inline operator
fun
<
T
>
MutableRef
<
T
>
.
setValue
(
thisObj
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
T
)