knomadic
Toggle table of contents
0.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
knomadic
knomadic
/
nz.adjmunro.knomadic.outcome.members
/
mapEachFailure
map
Each
Failure
inline
fun
<
Ok
:
Any
,
ErrorIn
:
Any
,
ErrorOut
:
Any
>
OutcomeFlow
<
Ok
,
ErrorIn
>
.
mapEachFailure
(
crossinline
transform
:
suspend
(
ErrorIn
)
->
ErrorOut
)
:
OutcomeFlow
<
Ok
,
ErrorOut
>