Skip to content

0.5.0

Compare
Choose a tag to compare
@akarnokd akarnokd released this 31 Dec 01:23
· 45 commits to master since this release

More operators:

  • blockingFirstOptional
  • blockingLastOptional
  • collect(Collector)
  • distinct
  • distinctUntilChanged
  • generate
  • publish
  • reduce
  • reduceWith
  • skipLast
  • takeLast

Some fixes.