Skip to content

Lesson 52 (stream creation)#101

Open
Binary-Cat-01 wants to merge 3 commits intoKFalcon2022:for-prfrom
Binary-Cat-01:lesson_52_stream_creation
Open

Lesson 52 (stream creation)#101
Binary-Cat-01 wants to merge 3 commits intoKFalcon2022:for-prfrom
Binary-Cat-01:lesson_52_stream_creation

Conversation

@Binary-Cat-01
Copy link
Copy Markdown

No description provided.

IntStream.range(0, 12)
.peek(i -> datesOfAllMonth.add(getDatesOfMonth(++i)))
.mapToObj(datesOfAllMonth::get)
.reduce(Stream.empty(), Stream::concat)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Решение прикольное, но формальное условие не выполнено

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.

2 participants