Class Atom<T>

Mutable wrapper for an (usually) immutable value. Support for watches.

Type Parameters

  • T

Implements

Constructors

Properties

_value: T
_watches: any
valid: undefined | Predicate<T>

Accessors

Methods

  • Parameters

    • o: any

    Returns boolean

Generated using TypeDoc