mperry / functionalgroovy

Functional programming in Groovy
67 stars 6 forks source link

Add minimal monad functions to Map #9

Open mperry opened 10 years ago

mperry commented 10 years ago

Add map and flatMap to Map. Need to determine whether to do this over the entry or just the value.