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 NonEmptyList#FilterNot #1512

Merged
merged 1 commit into from
Jan 4, 2017
Merged

Implement NonEmptyList#FilterNot #1512

merged 1 commit into from
Jan 4, 2017

Conversation

xavier-fernandez
Copy link
Contributor

NonEmptyList is implementing the filter method, but not the filterNot, which is available at scala.collection.immutable.List. 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.43% (diff: 100%)

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

@@             master      #1512   diff @@
==========================================
  Files           246        246          
  Lines          3726       3729     +3   
  Methods        3608       3605     -3   
  Messages          0          0          
  Branches        118        124     +6   
==========================================
+ Hits           3444       3447     +3   
  Misses          282        282          
  Partials          0          0          

Powered by Codecov. Last update 5bcb62f...a22e87b

@johnynek
Copy link
Contributor

johnynek commented Jan 4, 2017

👍

@johnynek johnynek merged commit 52b1057 into typelevel:master Jan 4, 2017
@xavier-fernandez xavier-fernandez deleted the NEL_filterNot branch January 4, 2017 07:24
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