(this: Lifetime<any>, a: A)
| 977 | }, |
| 978 | |
| 979 | setSelf<A>(this: Lifetime<any>, a: A): void { |
| 980 | if (this.disposed) return |
| 981 | this.node.setValue(a as any) |
| 982 | }, |
| 983 | |
| 984 | set<R, W>(this: Lifetime<any>, atom: Atom.Writable<R, W>, value: W): void { |
| 985 | if (this.disposed) return |