fork-util
0.1.0-alpha
jvm
fork-util
/
net.peanuuutz.fork.util.common
/
getValue
get
Value
inline operator
fun
BooleanRef
.
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Boolean
inline operator
fun
ByteRef
.
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Byte
inline operator
fun
ShortRef
.
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Short
inline operator
fun
IntRef
.
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Int
inline operator
fun
LongRef
.
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Long
inline operator
fun
FloatRef
.
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Float
inline operator
fun
DoubleRef
.
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Double
inline operator
fun
CharRef
.
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Char
inline operator
fun
<
T
>
Ref
<
T
>
.
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
inline operator
fun
<
T
:
Any
>
NullableRef
<
T
>
.
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
?
inline operator
fun
<
T
:
Any
>
LazyRef
<
T
>
.
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T