corda
/
net.corda.core
/
com.google.common.util.concurrent.ListenableFuture
/
map
map
infix
fun
<
F
,
T
>
ListenableFuture
<
F
>
.
map
(
mapper
:
(
F
)
->
T
)
:
ListenableFuture
<
T
>