|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FunctionExecutor
Name: FunctionExecutor
Description: A common interface for table function executors.
| Method Summary | |
|---|---|
double |
execute(double currentValue,
Object operand)
Applies the function for the given operand on the given current value. |
boolean |
integersGuaranteed()
Tells whether the function executor serves integers under guarantee (f.e. |
| Method Detail |
|---|
double execute(double currentValue,
Object operand)
throws TypeMismatchException
currentValue - The current value to apply the operand to.operand - The operand to apply.
TypeMismatchException - In case the given operand type was invalid.boolean integersGuaranteed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||