Interface Mapper<F,T>

All Known Implementing Classes:
ChildNodeXPathContextProvider, RecursiveXPathBuilder

public interface Mapper<F,T>
A function mapping from one type to another.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(F from)
     
  • Method Details

    • apply

      T apply(F from)