MCPcopy Create free account
hub / github.com/Effect-TS/effect / Filter.ts

File Filter.ts

packages/effect/src/Filter.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Defines composable checks that can also transform values.
3 *
4 * A `Filter<Input, Pass, Fail>` receives an input and returns a `Result`.

Callers

nothing calls this directly

Calls 7

selfFunction · 0.85
taggedImplFunction · 0.85
reasonImplFunction · 0.85
fromPredicateFunction · 0.70
fFunction · 0.50
succeedMethod · 0.45
failMethod · 0.45

Tested by

no test coverage detected