findByType List<TestNode> findByType( String componentType ) Find nodes by component type Implementation List<TestNode> findByType(String componentType) => findAll((node) => node.type == componentType);