What’s New

RxJava v4.0.0-alpha-19

v4.0.0-alpha-19
Added
  • Add Streamable.concat, using, and test fixes
  • Add native take implementation for Streamable
  • Add Streamable.blockingFirst, blockingLast, blockingLastOrError, skip, and Single.flattenAsStreamable methods
Changed
  • Replace Streamable.stream() DisposableContainer with StreamerCancellation
  • Separate streamer cancellation from DisposableContainer in Streamable

What's Changed

API
Dependabot
Misc

Full Changelog: https://github.com/ReactiveX/RxJava/compare/v4.0.0-alpha-18...v4.0.0-alpha-19

View original