![JAR search and dependency download from the Maven repository](/logo.png)
cucumber.runtime.snippets.Concatenator Maven / Gradle / Ivy
package cucumber.runtime.snippets;
public interface Concatenator {
String concatenate(String[] words);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package cucumber.runtime.snippets;
public interface Concatenator {
String concatenate(String[] words);
}