We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3175e0f commit 8c04447Copy full SHA for 8c04447
1 file changed
README.md
@@ -280,10 +280,12 @@ public static void constructorReferenceObject1() {
280
281
* IntStream:
282
283
+```sh
284
* mapToLong : will convert to LongStream.
285
* mapToDouble : will convert to DoubleStream.
286
* boxed : will convert intStream to Stream<Integer>.
287
* mapToObj: will convert to Stream<Object>.
288
+```
289
290
###### Streams API - terminal operations.
291
0 commit comments