|
|
hace 7 años | |
|---|---|---|
| .idea | hace 7 años | |
| src | hace 7 años | |
| target | hace 7 años | |
| .DS_Store | hace 7 años | |
| .gitignore | hace 7 años | |
| README.md | hace 7 años | |
| looptest.iml | hace 7 años | |
| pom.xml | hace 7 años | |
| streamdemo.iml | hace 7 años |
Person class is a representation of a respective Person object.PersonFactory - generates Person objects.PersonWarehouse - stores, retrieves, and filters Person objects.StreamFilter - demonstrates filtering and converting between collection-typesStreamMap - demonstrates mapping and flatmappingObjective - to implement the following classes:-
ArrayConverter - demonstrates the conversion from SomeType[] to
List<SomeType>Stream<SomeType>ListConverter - demonstrates the conversion from List<SomeType> to
SomeType[]Stream<SomeType>StreamConverter - demonstrates the conversion from Stream<SomeType> to
SomeType[]list representation: List<SomeType>