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
/
flatMap
flat
Map
infix inline
fun
<
V
,
V2
,
E
>
Either
<
E
,
V
>
.
flatMap
(
func
:
(
V
)
->
Either
<
E
,
V2
>
)
:
Either
<
E
,
V2
>