class Spectator::CompositeNodeFilter
Overview
Filter that combines multiple other filters.
Defined in:
spectator/composite_node_filter.crConstructors
- 
        .new(filters : Array(NodeFilter))
        
          Creates the example filter. 
Instance Method Summary
- 
        #includes?(node) : Bool
        
          Checks whether the node satisfies the filter.