# `Reactor.Guard.Build`
[🔗](https://github.com/ash-project/reactor/blob/main/lib/reactor/guard/build.ex/#L6)

A protocol which can be used to convert something into a guard.

# `t`

```elixir
@type t() :: term()
```

All the types that implement this protocol.

# `build`

```elixir
@spec build(t()) :: {:ok, [Reactor.Guard.t()]} | {:error, any()}
```

Convert the input into one or more guards.

---

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