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