Rx Query
abstract class RxQuery
Content copied to clipboard
Static methods to Rx-ify ObjectBox queries.
Functions
flowableOneByOne
Link copied to clipboard
open fun <T> flowableOneByOne(query: Query<T>, strategy: BackpressureStrategy): Flowable<T>
Content copied to clipboard
observable
Link copied to clipboard