gerich-home/it-depends

View on GitHub
docs/computedValue.md

Summary

Maintainability
Test Coverage
## `computedValue<T>`
The object representing computed value of type `T` those changes can be tracked. Computed value object can take parameters.

### Exposed fields / methods
* [`()`](computedValue/braces-operator.md)
* [`write`](computedValue/write.md)
* [`onChange`](computedValue/onChange.md)
* [`withArgs`](computedValue/withArgs.md)
* [`withNoArgs`](computedValue/withNoArgs.md)

#### See also:
* [`itDepends`](itDepends.md)
* [`observableValue`](observableValue.md)
* [`computedForArgs`](computedForArgs.md)
* [`subscription`](subscription.md)