0.92.3
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)
tozipWith
RxJava dependency: 1.1.3
Notable changes:
Ix
are now final.collect(Func0, Action2)
collector operatorreduce(Func2)
reducer operatorzip(other, Func2)
to zipWith