Expand description
Structs§
- Check
- Filter that selects entities with a component
T
, if the givenPredicate
is satisfied. - Is
- A
Predicate
that checks if the providedT
, coerced into abool
, equals the givenVALUE
. - Not
- A
Predicate
that returns the negation of the given predicate.