sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
sdk-common
/
dev.restate.sdk.endpoint.definition
/
AsyncResult
/
mapFailure
map
Failure
open
fun
mapFailure
(
failureMapper
:
ThrowingFunction
<
TerminalException
,
CompletableFuture
<
T
>
>
)
:
AsyncResult
<
T
>