toggle menu
sdk-java
2.0.0
jvm
switch theme
search in API
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
>