Compute Object
Object representing a computation.
A compute object simply represent an equation or some sort of calculation, such as a discount price or a method to calculate a threshold.
Usually, the value is computed lazily, when a method such as amount() or compute() is called.
Last updated