-
public class ObjectBoxLiveData<T> extends LiveData<List<T>>
A LiveData which allows to observe changes to results of the given query.
-
-
Constructor Summary
Constructors Constructor Description ObjectBoxLiveData(Query<T> query)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class androidx.lifecycle.LiveData
getValue, hasActiveObservers, hasObservers, isInitialized, observe, observeForever, removeObserver, removeObservers -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ObjectBoxLiveData
ObjectBoxLiveData(Query<T> query)
-
-
-
-