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
/
foldUnit
fold
Unit
inline
fun
<
E
>
Either
<
E
,
Unit
>
.
foldUnit
(
error
:
(
E
)
->
Unit
)