|
|
8 yıl önce | |
|---|---|---|
| .idea | 8 yıl önce | |
| src | 8 yıl önce | |
| target | 8 yıl önce | |
| .gitignore | 9 yıl önce | |
| README.md | 9 yıl önce | |
| pom.xml | 8 yıl önce | |
| streamdemo.iml | 9 yıl önce |
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 flatmappingArrayConverter - 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<SomeType>