Ppatlace:
Filter:
Classes | Streams-Patterns-Events > Patterns > List

Ppatlace : Pseq : ListPattern : Pattern : AbstractFunction : Object

interlace streams

Description

Similar to Place, but the list is an array of streams or patterns. The results of each stream will be output in turn.

Class Methods

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.embedInStream(inval)

Examples

Note that the Ppatlace has an infinite number of repeats, but the resulting stream is finite because the member streams are all finite. When the first stream (Pwhite) comes to an end, it is skipped and you see only the second stream until it stops.

If even one member stream is infinite and Ppatlace has infinite repeats, the Ppatlace stream will also be infinite.