Interface MapFunction


  • public interface MapFunction
    A map function that can be used as an argument in Document map method to manipulate a Document in a script (e.g. groovy script)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object map​(java.lang.Object currentValue)
      Map current value and return modified value.
    • Method Detail

      • map

        java.lang.Object map​(java.lang.Object currentValue)
        Map current value and return modified value.
        Parameters:
        currentValue - initial value
        Returns:
        mapped value