(...elements: ReadonlyArray<Predicate.Any>)
| 1024 | { readonly [I in keyof T]: T[I] extends Refinement.Any ? Refinement.Out<T[I]> : Predicate.In<T[I]> } |
| 1025 | > |
| 1026 | } = (...elements: ReadonlyArray<Predicate.Any>) => all(elements) as any |
| 1027 | |
| 1028 | /** |
| 1029 | * Combines a record of predicates into a single predicate that tests a record of values. |