R - result typeA1 - first argument typeA2 - second argument typepublic static interface ExpressionLanguage.TwoArgFunction<R,A1,A2>
| Modifier and Type | Method and Description |
|---|---|
R |
calculate(A1 arg1,
A2 arg2)
Calculates the new value.
|
Copyright © 2015. All rights reserved.