Queries
Last updated
Last updated
Queries are used to answer questions about the Money. They can return different values based on what you want.
You can also create and use your own money queries.
Let's take a look a MoneyQuery
in a little more detail.
Queries aren't just limited to bool
type of results. Running a query can return any type of result. This means you could return an array
or even a Generator
.