Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.extensions.reflection
/
orNull
or
Null
inline suspend
fun
<
R
>
KProperty0
<
R
>
.
orNull
(
)
:
R
?
See also
LazyUtils.
getOrNull
inline suspend
fun
<
T
:
Any
,
R
>
KProperty1
<
T
,
R
>
.
orNull
(
obj
:
T
)
:
R
?