compute method
Computes the value(s) stored in this object into a Result.
Implementation
@override
Result compute(ComputeContext ctx) =>
operator.compute(ctx, leftHand.compute(ctx), rightHand.compute(ctx));
Computes the value(s) stored in this object into a Result.
@override
Result compute(ComputeContext ctx) =>
operator.compute(ctx, leftHand.compute(ctx), rightHand.compute(ctx));