![JAR search and dependency download from the Maven repository](/logo.png)
daveayan.gherkinsalad.components.functions.GetTextFunction Maven / Gradle / Ivy
package daveayan.gherkinsalad.components.functions;
import com.google.common.base.Function;
import daveayan.gherkinsalad.components.Element;
public class GetTextFunction implements Function {
public String apply(Element element) {
return element.getText();
}
public static final GetTextFunction apply = new GetTextFunction();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy