CRYPTO SDK
Toggle table of contents
2025.11.02
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
CRYPTO SDK
Crypto-common
/
cz.kotox.crypto.sdk.common
/
flatMapError
flat
Map
Error
infix inline
fun
<
V
,
E
,
E2
>
Either
<
E
,
V
>
.
flatMapError
(
func
:
(
E
)
->
Either
<
E2
,
V
>
)
:
Either
<
E2
,
V
>