(spec, update)
| 146752 | return this; |
| 146753 | }, |
| 146754 | operator (spec, update) { |
| 146755 | this.add(spec, this.dataflow.add(spec.value, update)); |
| 146756 | }, |
| 146757 | transform (spec, type) { |
| 146758 | this.add(spec, this.dataflow.add(this.transforms[canonicalType(type)])); |
| 146759 | }, |