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

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 - 2024 Weber Informatics LLC | Privacy Policy