Inputs
- In — the stream of dated properties to compare.
- Comparend — the values to compare against, paired against the input
by
valid_fromandid. If no matching pair exists, the input is compared againstnil.
Tips
- Use Constant for the comparend when comparing against a literal value.
- Wire the result into Switch’s check port to branch on the comparison.