public interface MapFunction
Document map method to
manipulate a Document in a script (e.g. groovy script)| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
map(java.lang.Object currentValue)
Map current value and return modified value.
|