StreamClutch : Stream : AbstractFunction : Object

buffers a streamed value
Source: Stream.sc

Class Methods

StreamClutch.new(pattern, connected: true)

Arguments:

pattern

a pattern or stream to be buffered.

connected

if true it will call the next stream value for each time next is called. if false it returns the last value.

Inherited class methods

6 methods from Object ► show

Instance Methods

Inherited instance methods

34 methods from Stream ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Undocumented instance methods

.connected

.connected = value

.lastValue

.next(inval)

.reset

.reset = value

.step(inval)

.stream

.stream = value

Examples