Explorar el Código

Update README.md

Git-Leon hace 7 años
padre
commit
7f9aa350ce
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0
    3
      README.md

+ 0
- 3
README.md Ver fichero

@@ -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