toggle menu
Quiver Library
jvm
switch theme
search in API
Quiver Library
/
app.cash.quiver.extensions
/
tap
tap
inline
fun
<
A
,
B
>
Result
<
A
>
.
tap
(
f
:
(
A
)
->
B
)
:
Result
<
A
>
(
source
)
Performs an effect over successes but maps the original value back into the Result.