androidx.room3.rxjava3


Classes

RxDaoReturnTypeConverters

A DaoReturnTypeConverter that allows Room to return RxJava3 types from @Dao functions.

RxRoom

Exceptions

EmptyResultSetException

Thrown by Room when the query in a io.reactivex.rxjava3.core.Single DAO method needs to return a result but the returned result from the database is empty.