loop / repeat:
Filter:
Reference | Core | Common methods

loop / repeat

Repeat stuff

loop

repeat

Create an object that behaves like a stream that returns values for a limited (or infinite) number of times.

For a full list of implementing classes, see Methods: loop and Methods: repeat

Function: -loop
repeats the function forever.
Object: -repeat (n)
repeat to yield the object
Pattern: -repeat (n)
Pattern: -loop
Stream: -repeat (n)
embeds the stream repeatedly
Stream: -loop
embeds the stream repeatedly