Classes | Core

NAryOpFunction : AbstractFunction : Object

represent a n-ary operation on a function

Description

Operating on functions instead of numbers, what results is not a result of the calculation, but a structure that represents that calculation.

Class Methods

Inherited class methods

7 methods from Object ► show

Undocumented class methods

NAryOpFunction.new(selector, a, arglist)

Instance Methods

Inherited instance methods

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

Undocumented instance methods

.functionPerformList(selector, arglist)

.value( ... args)

.valueArray(args)

.valueArrayEnvir( ... args)

.valueEnvir( ... args)

Examples