Join Slack
Powered by
`groupBy` will give you a map based on the conditi...
# getting-started
e
edwardwongtl
01/11/2018, 8:54 AM
groupBy
will give you a map based on the condition provided If the condition is
it.name.first()
, it will return a map which the keys will be the first letter of
name
You can then filter the map
Open in Slack
Previous
Next