Interface Mapper<F,T>

All Known Implementing Classes:
RecursiveXPathBuilder

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

    Modifier and Type
    Method
    Description
    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