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