Module dev.metaschema.core
Interface NumericFunction.INumericExecutor
- Enclosing class:
- NumericFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Implementations of this interface are used to execute a numeric opertaion on
the provided item.
-
Method Summary
Modifier and TypeMethodDescriptionexecute(INumericItem item) Perform the execution using the provideditem.
-
Method Details
-
execute
Perform the execution using the provideditem.- Parameters:
item- the item to operate on- Returns:
- the numeric result from the execution
-