Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

0.5.0

Compare
Choose a tag to compare
@JakeWharton JakeWharton released this 09 Dec 20:53
· 194 commits to trunk since this release
  • New: Expose mapToOne, mapToOneOrDefault, and mapToList as static methods on Query. These
    mirror the behavior of the methods of the same name on QueryObservable but can be used later in
    a stream by passing the returned Operator instances to lift() (e.g.,
    take(1).lift(Query.mapToOne(..))).
  • Requires RxJava 1.1.0 or newer.