Classes | Streams-Patterns-Events > Patterns > Time

PstepNadd : PstepNfunc : Pattern : AbstractFunction : Object

pattern that returns combinatoric sums
Source: Patterns.sc

Description

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

Class Methods

Inherited class methods

1 methods from PstepNfunc ► show
7 methods from Object ► show

Undocumented class methods

PstepNadd.new( ... patterns)

Instance Methods

Inherited instance methods

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

Examples