Skip to main content

Module conditions

Module conditions 

Source
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§

PredicateExt
Extension trait for fluent predicate composition.