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

daveayan.gherkinsalad.components.functions.GetTextFunction Maven / Gradle / Ivy

There is a newer version: 2.5
Show newest version
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