其他AwaitablePredicate版本:22.5.0此页面上AwaitablePredicate 类型 签名: export type AwaitablePredicate<T> = (value: T) => Awaitable<boolean>; 引用: Awaitable