All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.kuseman.payloadbuilder.api.expression.INullPredicateExpression Maven / Gradle / Ivy

package se.kuseman.payloadbuilder.api.expression;

/** IS (NOT) NULL expression */
public interface INullPredicateExpression extends IUnaryExpression
{
    /** Return true if this expression is a NOT type of null predicate */
    boolean isNot();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy