Join Slack
Powered by
<@U3QQLJNG3> yes, for single-step operations just ...
# tornadofx
t
thomasnield
09/11/2017, 12:11 AM
@tieskedh
yes, for single-step operations just using collection operators is leaner. But if you have to do multiple steps like
myList.map { }.filter{ }.flatMap { }
you are going to be
much
better off using an
asSequence()
call first.
Open in Slack
Previous
Next