AutoBE
    Preparing search index...

    True when the value is neither null nor undefined.

    interface IIsNotNilPredicate {
        kind: "isNotNil";
        value: IValueExpression;
    }
    Index

    Properties

    Properties

    kind: "isNotNil"