Skip to content

Commit 0a708dd

Browse files
committed
Add D_Inbuilt_Gatherers.md
1 parent fd7246c commit 0a708dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/test/java/com/github/streams/learn/b_advanced/gatherers/C_When to use Custom gatherer.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
When to use Custom Gatherers?
1+
## When to use Custom Gatherers?
2+
3+
You should avoid using custom gatherers unless you're required to do so.
24

35
1. When you're not able to solve the problem using filter, map or flatMap.
46
2. When there exists no solution in the Gatherers even in latest JDK.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Inbuilt Gatherers?
2+
3+
1.

0 commit comments

Comments
 (0)