export interface Predicate { test(t: T): boolean; } export declare function cast_java_util_function_Predicate(obj: unknown): Predicate; //# sourceMappingURL=Predicate.d.ts.map