We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde8950 commit ad08478Copy full SHA for ad08478
content/collections/collectors-teeing.yaml
@@ -9,7 +9,6 @@ modernLabel: Java 12+
9
oldApproach: Two Passes
10
modernApproach: teeing()
11
oldCode: |
12
- // python
13
long count = items.stream().count();
14
double sum = items.stream()
15
.mapToDouble(Item::price)
0 commit comments