Traqula
    Preparing search index...

    Open interface describing an expression

    interface ExistenceExpression {
        input: Algebra.Operation;
        not: boolean;
        subType: EXISTENCE;
        type: EXPRESSION;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    not: boolean
    subType: EXISTENCE