Intermediate collections

Report a typo

How many intermediate collections do we have with this code?

numbers.asSequence()
    .filter { it % 10 == 0 }
    .map { it * 2 }
    .sum()
Select one option from the list
___

Create a free account to access the full topic