|
@@ -1,8 +1,6 @@
|
1
|
|
--
|
2
|
1
|
# ZCW-MicroLabs-Streams-And-Lambdas:<br>The Person Factory
|
3
|
2
|
* **Purpose** - to demonstrate stream usage.
|
4
|
3
|
|
5
|
|
--
|
6
|
4
|
# Part 1
|
7
|
5
|
* **Note** - The `Person` class is a representation of a respective `Person` object.
|
8
|
6
|
* **Objective** - to implement the following classes:
|
|
@@ -11,7 +9,6 @@
|
11
|
9
|
* `StreamFilter` - demonstrates filtering and converting between collection-types
|
12
|
10
|
* `StreamMap` - demonstrates mapping and flatmapping
|
13
|
11
|
|
14
|
|
--
|
15
|
12
|
# Part 2
|
16
|
13
|
* **Objective** - to implement the following classes:
|
17
|
14
|
* `ArrayConverter` - demonstrates the conversion from `SomeType[]` to
|