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 Linked constructor with stream parameter #83

Merged
merged 3 commits into from
May 30, 2021

Conversation

dykov
Copy link
Contributor

@dykov dykov commented May 27, 2021

No description provided.

@codecov
Copy link

codecov bot commented May 27, 2021

Codecov Report

Merging #83 (85a2b53) into master (5cf2540) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              master       #83   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        54        54           
===========================================
  Files              5         5           
  Lines            108       105    -3     
  Branches          18        18           
===========================================
- Hits             108       105    -3     
Impacted Files Coverage Δ
...java/io/github/dgroup/enumerable4j/Enumerable.java 100.00% <100.00%> (ø)
...ain/java/io/github/dgroup/enumerable4j/Joined.java 100.00% <100.00%> (ø)
...ain/java/io/github/dgroup/enumerable4j/Linked.java 100.00% <100.00%> (ø)

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 5cf2540...85a2b53. Read the comment docs.

Copy link
Owner

@dgroup dgroup left a comment

Choose a reason for hiding this comment

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

We need to transform stream to lazy iterable instead of just creating of collection

@rultor rultor merged commit 85a2b53 into dgroup:master May 30, 2021
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.

3 participants