其他AwaitablePredicate版本:23.11.1在此页上AwaitablePredicate 类型 签名 export type AwaitablePredicate<T> = (value: T) => Awaitable<boolean>; 参考: Awaitable