apply

open override fun apply(arguments: List<Value>): Value

Computes the result of applying this operator to arguments.


abstract fun apply(argument1: Value, argument2: Value): Value

Computes the result of applying this operator to argument1 and argument2.