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.script.bindings.api
/
ScriptAsyncUtil
/
toPromise
to
Promise
@
JvmName
(
name
=
"completableFutureToPromise"
)
fun
<
T
>
CompletableFuture
<
T
>
.
toPromise
(
)
:
Value
Converts a
CompletableFuture
to a JavaScript
Value
that represents a Promise.