DelegatedFunction class

Defines an interface for expression function.

Implemented types

Constructors

DelegatedFunction(String name, FunctionCalculator calculator)
Creates a new command object and assigns it's parameters.

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The function name.
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calculate(List<Variant> params, IVariantOperations variantOperations) Future<Variant>
The function calculation method.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited