Constructor
(abstract) new Run()
Methods
(abstract) run() → {Run|any}
Executes the computation defined by the subclass. This method must be overridden in all concrete implementations.
Throws:
-
If not implemented in subclass.
- Type
- Error
Returns:
Either:
- A computed result, or
thisfor fluent chaining if the computation mutates state.
- Type
- Run | any