Skip to content

0.92.3

Compare
Choose a tag to compare
@akarnokd akarnokd released this 13 Apr 18:35
· 5 commits to master since this release

RxJava dependency: 1.1.3

Notable changes:

  • All instance methods of Ix are now final.
  • Added collect(Func0, Action2) collector operator
  • Added reduce(Func2) reducer operator
  • Renamed zip(other, Func2) to zipWith