LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.api.core
/
AsyncLazy
Async
Lazy
class
AsyncLazy
<
T
>
(
initializer
:
suspend
(
)
->
T
)
Members
Constructors
Async
Lazy
Link copied to clipboard
constructor
(
initializer
:
suspend
(
)
->
T
)
Functions
get
Link copied to clipboard
suspend
fun
get
(
)
:
T
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T