* Process incoming pulses. * Subclasses should override this method to implement transforms. * @param {Parameters} _ - The operator parameter values. * @param {Pulse} pulse - The current dataflow pulse. * @return {Pulse} The output pulse (or StopPropagation). A falsy return * value
()
| 108882 | * @return {Pulse} The output pulse (or StopPropagation). A falsy return |
| 108883 | * value (including undefined) will let the input pulse pass through. |
| 108884 | */ transform () {} |
| 108885 | }); |
| 108886 | const transforms = {}; |
| 108887 | function definition(type) { |
no test coverage detected