andCondition()

in src/alert/condition.ts [75:78]


    andCondition() {
        this._operator.type = 'and';
        return this;
    }