Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.utils.reflection
/
LateInitUtils
Late
Init
Utils
@
API
(
status
=
API.Status.EXPERIMENTAL
,
since
=
"4.2.0"
)
object
LateInitUtils
Functions
Functions
get
Late
Init
Link copied to clipboard
inline suspend
fun
<
T
>
getLateInit
(
prop
:
KProperty0
<
T
>
)
:
T
?
get
Or
Set
Link copied to clipboard
inline suspend
fun
<
T
>
getOrSet
(
prop
:
KMutableProperty0
<
T
>
,
value
:
(
)
->
T
)
:
T