type of the Term.
This property can be used by compilers for optimisation etc.
compile this Term into its target filter format.
fold allows a function to be applied to a Term to transform it to a new value.
If the Term is a chain, the function is applied to each member recursively.
Generated using TypeDoc
Term is an intermediate representation of a filter (or chain of filters) before it is compiled to its final form.