aEvery(cb: methods.CallBackEvery<T>): Promise<any> {
    return this.addNoneChainableMethod(methods.aEvery, cb);
  }