Snail-Kotlin icon indicating copy to clipboard operation
Snail-Kotlin copied to clipboard

Add map and merge operators (WIP)

Open jacksoncheek opened this issue 5 years ago • 1 comments

WIP - No tests added yet

Summary

  • Add map operator (http://reactivex.io/documentation/operators/map.html)
  • Add merge operator (http://reactivex.io/documentation/operators/merge.html)

jacksoncheek avatar Jan 13 '20 22:01 jacksoncheek

Codecov Report

Merging #45 into master will decrease coverage by 10.3%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #45       +/-   ##
===========================================
- Coverage   87.15%   76.84%   -10.31%     
===========================================
  Files          17       17               
  Lines         179      203       +24     
  Branches       14       14               
===========================================
  Hits          156      156               
- Misses         18       42       +24     
  Partials        5        5
Impacted Files Coverage Δ
...tlin/src/main/java/com/compass/snail/Observable.kt 69.09% <0%> (-19.29%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f6b15c4...3e52cee. Read the comment docs.

codecov[bot] avatar Jan 13 '20 23:01 codecov[bot]