docs/computedValue/withNoArgs.md
### `computedValue<T>.withNoArgs()`
Returns the computed value object for empty set of parameters.
#### Returns:
Type: [`computedForArgs<T>`](../computedForArgs.md).
The computed value object for empty set of parameters.
#### See also:
* [`itDepends`](../itDepends.md)
* [`observableValue`](../observableValue.md)
* [`computedValue`](../computedValue.md)
* [`computedForArgs`](../computedForArgs.md)
* [`subscription`](../subscription.md)