io.hyperfoil.api.config.InitFromParam Maven / Gradle / Ivy
package io.hyperfoil.api.config;
/**
* Allow to set up the builder from single string param.
*/
public interface InitFromParam> {
S init(String param);
}
package io.hyperfoil.api.config;
/**
* Allow to set up the builder from single string param.
*/
public interface InitFromParam> {
S init(String param);
}