findAllForNodes method

Iterable<BaseCondition> findAllForNodes(
  1. Iterable<BaseNode> nodes
)

Implementation

Iterable<BaseCondition> findAllForNodes(Iterable<BaseNode> nodes) =>
    nodes.expand((node) => findAllByNode(node.id));