Interface MapFunction
-
public interface MapFunctionA map function that can be used as an argument inDocumentmap 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.Objectmap(java.lang.Object currentValue)Map current value and return modified value.
-