All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.descoped.dc.api.node.ForEach Maven / Gradle / Ivy

The newest version!
package io.descoped.dc.api.node;

import java.util.List;

public interface ForEach extends Node {

    Query splitToListQuery();

    List steps();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy