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