Wow
Toggle table of contents
6.0.6
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.reactor
Package-level
declarations
Functions
Functions
then
Defer
Link copied to clipboard
fun
<
R
>
Mono
<
*
>
.
thenDefer
(
defer
:
(
)
->
Mono
<
R
>
)
:
Mono
<
R
>
then
Runnable
Link copied to clipboard
fun
Mono
<
*
>
.
thenRunnable
(
runnable
:
(
)
->
Unit
)
:
Mono
<
Void
>