<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`NotNullValue`](NotNullValue)
## NotNullValue class
Base type for all non-null .
1.10.0
**Signature:**
```typescript
export abstract class NotNullValue extends Value
```
**Extends:** [`Value`](Value)
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`type`](Value/type) | <code>static</code> | <code>string</code> | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [`equals(other)`](Value/equals) | | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`equals(a, b)`](Value/equals) | <code>static</code> | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`isTruthy()`](Value/isTruthy) | <code>abstract</code> | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`looseEquals(other)`](Value/looseEquals) | | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`looseEquals(a, b)`](Value/looseEquals) | <code>static</code> | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`renderTo(el, ctx)`](Value/renderTo) | | <p>Render this value into the provided HTMLElement.</p><p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |
| [`toString()`](Value/toString) | <code>abstract</code> | <p> 1.10.0</p><p>(Inherited from [Value](Value)<!-- -->)</p> |