toggle menu
DaVinci client for Android
1.1.0
androidJvm
switch theme
search in API
utils
/
com.pingidentity.utils
/
Result
/
Companion
Companion
object
Companion
Members
Functions
catch
Link copied to clipboard
inline
fun
<
Success
>
catch
(
block
:
(
)
->
Success
)
:
Result
<
Success
,
Throwable
>
Inline function to catch exceptions from a block of code and return a Result.