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
/
mapWithMappingException
map
With
Mapping
Exception
inline
fun
<
V
,
V2
>
V
.
mapWithMappingException
(
mapper
:
(
V
)
->
V2
)
:
V2
inline
fun
<
V
,
V2
>
List
<
V
>
.
mapWithMappingException
(
mapper
:
(
V
)
->
V2
)
:
List
<
V2
>