Type: nodetool.list.FilterNone
Namespace: nodetool.list
Description
Filters out None values from a list. list, filter, none, null
Use cases:
- Clean data by removing null values
- Get only valid entries
- Remove placeholder values
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| values | List[any] |
[] |
Outputs
| Output | Type | Description |
|---|---|---|
| output | List[any] |
Metadata
Related Nodes
Browse other nodes in the nodetool.list namespace.