Classes | Streams-Patterns-Events > Patterns > Time

PstepNfunc : Pattern : AbstractFunction : Object

combinatoric pattern
Source: Patterns.sc
Subclasses: PstepNadd

Description

Combines an arbitrary number of patterns by evaluating a function (depth first traversal). When a stream ends it is recreated from its pattern until the top stream ends.

Class Methods

Inherited class methods

7 methods from Object ► show

Undocumented class methods

PstepNfunc.new(function, patterns)

Instance Methods

Inherited instance methods

43 methods from Pattern ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Undocumented instance methods

.embedInStream(inval)

.function

.patterns

.patterns = value

Examples