# `FFix.Terminal`
[🔗](https://github.com/akash-akya/ffix/blob/v0.1.0/lib/ffix/terminal.ex#L1)

Opaque handle for a sink-ending pipeline.

Terminal values are produced by sink filters and can be attached to a graph
with `FFix.graph(terminals: [...])` when a branch is meant to end inside the
filtergraph instead of becoming an output mapping.

# `t`

```elixir
@opaque t()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
