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

Add Iterable.flatMapIndexed and Iterable.flatMapIndexedTo #178

Merged
merged 1 commit into from
Oct 31, 2021

Conversation

passsy
Copy link
Owner

@passsy passsy commented Oct 31, 2021

fixes #147

@codecov
Copy link

codecov bot commented Oct 31, 2021

Codecov Report

Merging #178 (a78cc2e) into master (6ef4aff) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #178   +/-   ##
=======================================
  Coverage   99.07%   99.07%           
=======================================
  Files          40       40           
  Lines        1837     1843    +6     
=======================================
+ Hits         1820     1826    +6     
  Misses         17       17           
Flag Coverage Δ
unittests 99.07% <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_iterable.dart 99.50% <100.00%> (+<0.01%) ⬆️

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 6ef4aff...a78cc2e. Read the comment docs.

@passsy passsy merged commit b29dc21 into master Oct 31, 2021
@passsy passsy deleted the flatmapindexed branch October 31, 2021 15:04
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.

Add flatMapIndexed
1 participant