Match functions and results

Report a typo

Match the functions with their descriptions:

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
___

Create a free account to access the full topic