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
Main
Thread
Continuation
class
MainThreadContinuation
(
schedule
:
(
Runnable
)
->
Unit
)
Members
Constructors
Main
Thread
Continuation
Link copied to clipboard
constructor
(
schedule
:
(
Runnable
)
->
Unit
)
Functions
execute
Link copied to clipboard
fun
execute
(
action
:
(
)
->
Unit
)
resume
Link copied to clipboard
fun
<
T
>
resume
(
stage
:
CompletionStage
<
T
>
,
success
:
(
T
)
->
Unit
,
failure
:
(
Throwable
)
->
Unit
)