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
-
Method Details
-
map
Map current value and return modified value.- Parameters:
currentValue- initial value- Returns:
- mapped value
-