BinaryOpFunction:
Filter:
Classes | Core

BinaryOpFunction : AbstractFunction : Object

represent a binary 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

Undocumented class methods

BinaryOpFunction.new(selector, a, b, adverb)

Instance Methods

.value( ... args)

Executes each of the operand functions and then performs the selector on the result.

.valueArray(args)

the same as -value

Inherited instance methods

Undocumented instance methods

.functionPerformList(selector, arglist)

.valueArrayEnvir( ... args)

.valueEnvir( ... args)

Examples