Last active
May 3, 2016 11:04
-
-
Save kdabir/0bc4e67004efb6f48bb02d9897dae85f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.time.LocalDate | |
(1..100).collect {LocalDate.ofYearDay(2016, it)}.groupBy {it.month} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment