kotlin-common
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kotlin-common
kotlin-common-vertx
/
com.huanshankeji.vertx.ext.web
/
checkedRun
checked
Run
inline
fun
RoutingContext
.
checkedRun
(
block
:
(
)
->
Unit
)
(
source
)
Runs the
block
and calls
RoutingContext.fail
if a
Throwable
is thrown.