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

new methods firstNotNullOf and firstNotNullOfOrNull for KtList #188

Merged
merged 1 commit into from
Oct 5, 2022
Merged

new methods firstNotNullOf and firstNotNullOfOrNull for KtList #188

merged 1 commit into from
Oct 5, 2022

Conversation

hugobrancowb
Copy link
Contributor

Closes #162

firstNotNullOf and firstNotNullOfOrNull doc reference

@passsy
Copy link
Owner

passsy commented Oct 5, 2022

Kotlin impl

@codecov
Copy link

codecov bot commented Oct 5, 2022

Codecov Report

Merging #188 (8535411) into master (64323fc) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 8535411 differs from pull request most recent head 612cb62. Consider uploading reports for the commit 612cb62 to get more accurate results

@@           Coverage Diff           @@
##           master     #188   +/-   ##
=======================================
  Coverage   99.21%   99.22%           
=======================================
  Files          40       40           
  Lines        1919     1926    +7     
=======================================
+ Hits         1904     1911    +7     
  Misses         15       15           
Flag Coverage Δ
unittests 99.22% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/src/collection/kt_list.dart 97.86% <100.00%> (+0.08%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@passsy
Copy link
Owner

passsy commented Oct 5, 2022

Awesome, thanks for your contribution!

@passsy passsy merged commit 5eb2705 into passsy:master Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New collections function firstNotNullOf()
2 participants