This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
0.5.0
- New: Expose
mapToOne
,mapToOneOrDefault
, andmapToList
as static methods onQuery
. These
mirror the behavior of the methods of the same name onQueryObservable
but can be used later in
a stream by passing the returnedOperator
instances tolift()
(e.g.,
take(1).lift(Query.mapToOne(..))
). - Requires RxJava 1.1.0 or newer.