Join Slack
Powered by
`myService.getAnimals("Dogs").effectM { animal -&g...
# arrow
p
pakoito
06/04/2019, 10:05 AM
myService.getAnimals("Dogs").effectM { animal -> IO { animals.add(it) } }
Open in Slack
Previous
Next