-
public final class LiveDataExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> Unitobserve(LiveData<T> $self, LifecycleOwner lifecycleOwner, Function1<T, Unit> callback)final static <T extends Any> UnitobserveNonNull(LiveData<T> $self, LifecycleOwner lifecycleOwner, Function1<T, Unit> callback)-
-
Method Detail
-
observe
final static <T extends Any> Unit observe(LiveData<T> $self, LifecycleOwner lifecycleOwner, Function1<T, Unit> callback)
-
observeNonNull
final static <T extends Any> Unit observeNonNull(LiveData<T> $self, LifecycleOwner lifecycleOwner, Function1<T, Unit> callback)
-
-
-
-