Expand description
Conditions serve purpose of a boolean query to the memory state.
See Condition
for more info about conditions.
See crate::combinators
for more info about combinators (operations on sets of conditions).
Structs
- Condition that wraps a closure.
- Condition that wraps another condition and inverts/negates its result.
- Condition that wraps
Consideration
and converts it into condition.
Traits
- Condition represent the simplest question about the state of the world via provided memory.