Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.extensions
/
tryOrNull
try
Or
Null
inline
fun
<
T
>
tryOrNull
(
closure
:
(
)
->
T
)
:
T
?
Returns the result of the given
closure
, or null if an
Exception
was raised.