CHU1TA26 947cf05db6 done | il y a 6 ans | |
---|---|---|
.idea | il y a 6 ans | |
src | il y a 6 ans | |
target | il y a 6 ans | |
.gitignore | il y a 7 ans | |
README.md | il y a 7 ans | |
looptest.iml | il y a 6 ans | |
pom.xml | il y a 6 ans | |
streamdemo.iml | il y a 6 ans |
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>