# `Reactor.Dsl.Switch.Match`
[🔗](https://github.com/ash-project/reactor/blob/main/lib/reactor/dsl/switch/match.ex/#L6)

The `matches?` DSL entity struct.

See `d:Reactor.switch.matches?`.

# `t`

```elixir
@type t() :: %Reactor.Dsl.Switch.Match{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  allow_async?: boolean(),
  predicate: (any() -&gt; any()),
  return: nil | atom(),
  steps: [Reactor.Dsl.Step.t()]
}
```

---

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