Function Name | Description | Output Type | Parameters |
ConstantReference.constant | Creates a function that always returns the given value. | Based on the type of the constant value provided. | Constant value |
ConstantReference.nullValue | Creates a function that always returns a null value. | null | (none) |