Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement NonEmptyVector#filterNot #1514

Merged
merged 1 commit into from
Jan 4, 2017
Merged

Implement NonEmptyVector#filterNot #1514

merged 1 commit into from
Jan 4, 2017

Conversation

xavier-fernandez
Copy link
Contributor

@xavier-fernandez xavier-fernandez commented Jan 4, 2017

As a follow up for the PR #1512, NonEmptyVector is also implementing the filter method, but not the filterNot, which is available at scala.collection.immutable.Vector. This method is useful in order to avoid negating a filter condition.

@codecov-io
Copy link

codecov-io commented Jan 4, 2017

Current coverage is 92.39% (diff: 100%)

Merging #1514 into master will increase coverage by <.01%

@@             master      #1514   diff @@
==========================================
  Files           246        246          
  Lines          3731       3732     +1   
  Methods        3609       3610     +1   
  Messages          0          0          
  Branches        122        122          
==========================================
+ Hits           3447       3448     +1   
  Misses          284        284          
  Partials          0          0          

Powered by Codecov. Last update 52b1057...2a7e900

@ceedubs
Copy link
Contributor

ceedubs commented Jan 4, 2017

👍 LGTM. Thanks!

@kailuowang
Copy link
Contributor

👍 Thanks!

@kailuowang kailuowang merged commit 39c3e48 into typelevel:master Jan 4, 2017
@xavier-fernandez xavier-fernandez deleted the NEV_filterNot branch January 4, 2017 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants