compute abstract method
Computes the result of the operator.
Implementation
Result compute(ComputeContext context, Result leftHand, Result rightHand);
Computes the result of the operator.
Result compute(ComputeContext context, Result leftHand, Result rightHand);