toggle menu
Quiver Library
jvm
switch theme
search in API
Quiver Library
/
app.cash.quiver.extensions
/
tapLeft
tap
Left
inline
fun
<
A
,
B
>
Either
<
A
,
B
>
.
tapLeft
(
f
:
(
A
)
->
Unit
)
:
Either
<
A
,
B
>
(
source
)
Pass the left value to the function (e.g. for logging errors)