Mokkery
Toggle table of contents
2.7.1
common
Platform filter
common
Switch theme
Search in API
Mokkery
mokkery-runtime
/
dev.mokkery.answering
/
returnsFailureBy
returns
Failure
By
infix
fun
<
T
>
AnsweringScope
<
in
Result
<
T
>
>
.
returnsFailureBy
(
function
:
(
)
->
Throwable
)
Function call returns
Result.failure
with exception provided each time by
function
.