single

open fun <T> single(query: Query<T>): Single<List<T>>

The returned Single emits one Query result as a List.