toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-core
/
com.jeluchu.jchucomponents.extensions.lifecycle
Package-level
declarations
Functions
Functions
failure
Link copied to clipboard
fun
<
L
:
LiveData
<
Failure
>
>
LifecycleOwner
.
failure
(
liveData
:
L
,
body
:
(
Failure
?
)
->
Unit
)
observe
Link copied to clipboard
fun
<
T
:
Any
,
L
:
LiveData
<
T
>
>
LifecycleOwner
.
observe
(
liveData
:
L
,
body
:
(
T
?
)
->
Unit
)