NullableOperatorProcessor Interface
Operators for all filterable null-able types
Implemented by
Methods
| Name | Description | |
|---|---|---|
| isNotNull(value: Primitives.Value): boolean | Determines if a primitive value is not null or not undefined | |
| isNull(value: Primitives.Value): boolean | Determines if a primitive value is null or undefined | 
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.