`groupBy` will give you a map based on the conditi...
# getting-started
e
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