docs
4.12
customSourceSet
docs
/
net.corda.core.internal.concurrent
/
thenMatch
then
Match
fun
<
V
,
W
,
X
>
CordaFuture
<
out
V
>
.
thenMatch
(
success
:
(
V
)
->
W
,
failure
:
(
Throwable
)
->
X
)
When this future is done, do
match
.