-
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 -
-
Constructor Detail
-
ObjectBoxLiveData
ObjectBoxLiveData(Query<T> query)
-
-
-
-