apply
Called to determine if the given dataItem matches the filter for this Operator.
If the dataItem is null, then the variable was not available in the payload.
Return
true if the dataItem matches the target filter for this Operator
Parameters
dataItem
The DataItem to apply the operator to.
filter
The target value to check if the dataItem matches
Throws
when the Operator cannot be evaluated successfully.