Join Slack
Communities
Powered by
`list.reduce{ a, b -> if (a==null || b==null) ...
# announcements
k
karelpeeters
09/10/2017, 7:19 AM
list.reduce{ a, b -> if (a==null || b==null) null else a+b}
Open in Slack
Previous
Next