ImprovedFactions
Toggle table of contents
2.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.database.storage
/
MainThreadContinuation
/
resume
resume
fun
<
T
>
resume
(
stage
:
CompletionStage
<
T
>
,
success
:
(
T
)
->
Unit
,
failure
:
(
Throwable
)
->
Unit
)