# `Spek.AnyOf`
[🔗](https://github.com/woylie/spek/blob/0.2.0/lib/spek/any_of.ex#L1)

Struct that represents a combination of checks one of which must be true.

An `Or` without children evaluates to `false`.

# `t`

```elixir
@type t() :: %Spek.AnyOf{children: [Spek.expression()], satisfied?: boolean() | nil}
```

---

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