prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

LeagueCsvTypeAdapter should provide an iterator #21

Open codeliner opened 9 years ago

codeliner commented 9 years ago

Currently the LeagueCsvTypeAdapter reads all data form csv and populate the collection. This should be changed to make use of the new iterator support of ginger collections.