Join Slack
Powered by
Although the same can be done like `for (item in l...
# announcements
e
edwardwongtl
05/07/2018, 9:08 AM
Although the same can be done like
for (item in list.map{...})
, it feels more natural to chain
list.map {...}.forEach {...}
Open in Slack
Previous
Next