Match the functions with their descriptions:
Sequences
Match functions and results
Report a typo
Match the items from left and right columns
asSequence()
generateSequence()
yieldAll()
yield()
sequenceOf()
Receives the first value (seed) and a function to apply to that value and construct a infinite sequence
Converts any collection into a sequence
Obtains a sequence from the elements passed as arguments
Returns a collection and suspend de execution
Returns one element and suspends the execution
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.