MCPcopy Index your code
hub / github.com/Effect-TS/effect / tuple

Function tuple

packages/effect/src/Predicate.ts:1026–1026  ·  view source on GitHub ↗
(...elements: ReadonlyArray<Predicate.Any>)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

allFunction · 0.70

Tested by

no test coverage detected