Join Slack
Powered by
<@U63KZKX9V> re. flatMap on maps, it’s just not po...
# arrow
p
pakoito
03/06/2019, 10:47 AM
@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
Open in Slack
Previous
Next