Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Conversation

@jacksoncheek
Copy link
Contributor

WIP - No tests added yet

Summary

fun throttle(delayMs: Long): Observable<T>
fun debounce(delayMs: Long): Observable<T>
fun skip(first: Int): Observable<T>
fun <U> map(mappingFunction: (T) -> U): Observable<U>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov
Copy link

codecov bot commented Jan 13, 2020

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%) ⬇️

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants