(this: AtomContext, atom: Atom<Option.Option<A>>)
| 176 | set<R, W>(this: AtomContext, atom: Writable<R, W>, value: W): void |
| 177 | setResult<A, E, W>(this: AtomContext, atom: Writable<AsyncResult.AsyncResult<A, E>, W>, value: W): Effect.Effect<A, E> |
| 178 | some<A>(this: AtomContext, atom: Atom<Option.Option<A>>): Effect.Effect<A> |
| 179 | someOnce<A>(this: AtomContext, atom: Atom<Option.Option<A>>): Effect.Effect<A> |
| 180 | stream<A>(this: AtomContext, atom: Atom<A>, options?: { |
| 181 | readonly withoutInitialValue?: boolean |
no outgoing calls