Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.utils
/
SuspendLazy
Suspend
Lazy
interface
SuspendLazy
<
out
T
>
:
Lazy
<
T
>
Functions
Properties
Functions
invoke
Link copied to clipboard
abstract
suspend operator
fun
invoke
(
)
:
T
is
Initialized
Link copied to clipboard
abstract
fun
isInitialized
(
)
:
Boolean
Properties
value
Link copied to clipboard
abstract
val
value
:
T