<@U63KZKX9V> re. flatMap on maps, it’s just not po...
# arrow
p
@sitepodmatt re. flatMap on maps, it’s just not possible. Maps do not form monads, so they cannot be flatMapped. You could translate them to another structure like
List<Tuple<K, V>>
to operate on them