其他AwaitablePredicateVersion: 23.8.0On this pageAwaitablePredicate 类型 ¥AwaitablePredicate type 签名 ¥Signature export type AwaitablePredicate<T> = (value: T) => Awaitable<boolean>; 参考:等待的 ¥References: Awaitable