JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.xmlunit.util
Mapper
Contents
Description
Method Summary
Method Details
apply(F)
Hide sidebar
Show sidebar
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
T
apply
(
F
from)
Performs the mapping operation.
Method Details
apply
T
apply
(
F
from)
Performs the mapping operation.
Parameters:
from
- the input to the mapping function
Returns:
the mapping result