toggle menu
FlowExt
common
switch theme
search in API
FlowExt
/
com.hoc081098.flowext
/
errorOrNull
error
Or
Null
inline
fun
<
T
>
Event
<
T
>
.
errorOrNull
(
)
:
Throwable
?
(
source
)
Returns the encapsulated
error
if this
Event
is an
Event.Error
, otherwise returns
null
.