Join Slack
Powered by
Also, `map{it.split('"')[3]}.forEach(::println)}` ...
# random
o
orangy
08/16/2016, 8:58 PM
Also,
map{it.split('"')[3]}.forEach(::println)}
can be replaced with
forEach{println(it.split('"')[3])}
Open in Slack
Previous
Next