public abstract class ListRecursiveStackFunction.ElementStackFunction
extends java.lang.Object
| Constructor and Description |
|---|
ElementStackFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
applyOnElement(java.lang.Object element)
Apply the function on a single element (not a List).
|
public abstract java.lang.Object applyOnElement(java.lang.Object element)
throws WarpScriptException
element - The element to apply the function on.WarpScriptException - If an error occurs.