compute method

Position compute()

Computes the current value of this instance, calling computer.

Implementation

Position compute() => computer(translate).resolve();