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

    Modifier and Type
    Method
    Description
    map(Object currentValue)
    Map current value and return modified value.
  • Method Details

    • map

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