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

BAEL-9176 Code and Unit Tests for Converting Nested Loops to Streams in Java #18368

Closed
wants to merge 1 commit into from

Conversation

vBarbaros
Copy link
Contributor

BAEL-9176 Code and Unit Tests for Converting Nested Loops to Streams in Java

  • Added a new streams-7 module.
  • Implements the solution showcasing three use-cases: looping through all the elements, lopping through elements and using a filter, looping through elements and short-circuiting.
  • Provides unit tests for each of the implemented use-cases.

…in Java

- Added a new streams-7 module.
- Implements the solution showcasing three use-cases:
looping through all the elements, lopping through elements
and using a filter, looping through elements and short-circuiting.
- Provides unit tests for each of the implemented use-cases.
@vBarbaros vBarbaros closed this Mar 7, 2025
@vBarbaros vBarbaros deleted the streams_new branch March 7, 2025 13:19
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.

1 participant