Skip to content

Commit 8c04447

Browse files
committed
update content
1 parent 3175e0f commit 8c04447

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,12 @@ public static void constructorReferenceObject1() {
280280

281281
* IntStream:
282282

283+
```sh
283284
* mapToLong : will convert to LongStream.
284285
* mapToDouble : will convert to DoubleStream.
285286
* boxed : will convert intStream to Stream<Integer>.
286287
* mapToObj: will convert to Stream<Object>.
288+
```
287289

288290
###### Streams API - terminal operations.
289291

0 commit comments

Comments
 (0)