I have a folder which contain multiple files with names such as filetype1_ddMMyyyy_hhmm
, filetype2_ddMMyyyy_hhmm
Per each day, there could be multiple files with a different hour and I would need to parse only the one with the highest hour. In a non-reactive stream world, the algorithm can be implemented as a groupBy date, what's its equivalent in scalaz-stream?