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