Interface NullOperator<R>

Type Parameters:
R - the type of resources (e.g. Feature) to filter.
All Superinterfaces:
ComparisonOperator<R>, Filter<R>, Predicate<R>

@UML(identifier="NullOperator", specification=ISO_19143) public interface NullOperator<R> extends ComparisonOperator<R>
An operator that tests if an expression's value is null. This corresponds to checking whether the property exists in the real-world. The value 0 is a valid value and is not considered null.
Since:
3.1