- All Known Implementing Classes:
- MVEXTRACT
- Enclosing class:
- ElementOrListStackFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface ElementOrListStackFunction.ElementStackFunction
Interface defining the function to be generated which is applied to each element.
This method should check the type of the given element and throw a WarpScriptException if the element is of
unexpected type.