其他AwaitablePredicate版本:23.11.1本頁內容AwaitablePredicate 類型 簽名 export type AwaitablePredicate<T> = (value: T) => Awaitable<boolean>; 參考: Awaitable