Prout:
Filter:
Classes | Streams-Patterns-Events > Patterns > Function

Prout : Pattern : AbstractFunction : Object

routine pattern
Source: Patterns.sc
Subclasses: Pspawner

Description

note that there is a shortcut to create a Prout:

p(func)

Class Methods

Prout.new(routineFunc)

Returns a routine from the function.

Arguments:

routineFunc

routine function.

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.asStream

.embedInStream(inval)

.routineFunc

.routineFunc = value

Examples