|
@@ -10,7 +10,7 @@
|
10
|
10
|
* `StreamMap` - demonstrates mapping and flatmapping
|
11
|
11
|
|
12
|
12
|
## Part 2
|
13
|
|
-* **Objective** - to implement the following classes:
|
|
13
|
+* **Objective** - to implement the following classes:-
|
14
|
14
|
* `ArrayConverter` - demonstrates the conversion from `SomeType[]` to
|
15
|
15
|
* list representation: `List<SomeType>`
|
16
|
16
|
* stream representation: `Stream<SomeType>`
|