Creates an "is null" expression. It evaluates to true if the value of the expression is null.
FilterFactory.isNull( FilterFactory.property( "city_name" ) ); FilterFactory.isNull( FilterFactory.func( "getCityName" ) ); Copy
FilterFactory.isNull( FilterFactory.property( "city_name" ) ); FilterFactory.isNull( FilterFactory.func( "getCityName" ) );
the expression to evaluate
the isNull expression
Creates an "is null" expression. It evaluates to true if the value of the expression is null.