Package org.xmlunit.util
Interface Mapper<F,T>
-
- All Known Implementing Classes:
RecursiveXPathBuilder
public interface Mapper<F,T>A function mapping from one type to another.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tapply(F from)Performs the mapping operation.
-