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
/
map
map
abstract
fun
<
U
>
map
(
successMapper
:
ThrowingFunction
<
T
,
CompletableFuture
<
U
>
>
,
failureMapper
:
ThrowingFunction
<
TerminalException
,
CompletableFuture
<
U
>
>
)
:
AsyncResult
<
U
>
open
fun
<
U
>
map
(
successMapper
:
ThrowingFunction
<
T
,
CompletableFuture
<
U
>
>
)
:
AsyncResult
<
U
>