coreFunctionsmapAtommapAtom CallablemapAtom<T>(source: Atom<T>, computation: (value: T) => T, options?: ComputeOptions<T>): Atom<T>Creates a new Atom which maps a source value by the provided mapping function.Type parametersTParameterssource: Atom<T>computation: (value: T) => Toptionaloptions: ComputeOptions<T>Returns Atom<T>
Creates a new Atom which maps a source value by the provided mapping function.