androidx.room.rxjava3
Classes
RxRoom |
Helper class to add RxJava3 support to Room. |
Exceptions
EmptyResultSetException |
Thrown by Room when the query in a Single<T> DAO method needs to return a result but the returned result from the database is empty. |