Expand description
Logical combinators for predicates.
Re-exports generic combinators from hitbox-core.
Structs§
- And
- Requires both predicates to return
Cacheable. - Neutral
- A predicate that always returns
Cacheable. - Not
- Inverts a predicate result.
- Or
- Requires either predicate to return
Cacheable.
Traits§
- Predicate
Ext - Extension trait for fluent predicate composition.