Skip to main content

Module query

Module query 

Source
Expand description

Effects that modify Query data.

Structs§

QueryAffect
Effect that applies a QueryDataEffect to all entities in a query.
QueryMap
Effect that applies a mapping of QueryData to QueryDataEffect to all entities in a query.
QueryMapAnd
Effect that applies a mapping from QueryData to a QueryDataEffect + Effect (as an EffectOut<Effect, QueryDataEffect>) to all entities in a query.

Functions§

query_affect
Construct a new QueryAffect Effect.
query_map
Construct a new QueryMap Effect.
query_map_and
Construct a new QueryMapAnd Effect.

Type Aliases§

BoxedQueryMapAndFn
Type alias for the mapping function in QueryMapAnd and QueryEntityMapAnd.
BoxedQueryMapFn
Type alias for the mapping function in QueryMap and QueryEntityMap.