![JAR search and dependency download from the Maven repository](/logo.png)
net.jqwik.engine.execution.pipeline.Pipeline Maven / Gradle / Ivy
The newest version!
package net.jqwik.engine.execution.pipeline;
public interface Pipeline {
void submit(ExecutionTask task, ExecutionTask... predecessors);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy