org.epics.pvmanager
Interface ExpressionLanguage.TwoArgFunction<R,A1,A2>

Type Parameters:
R - result type
A1 - first argument type
A2 - second argument type
Enclosing class:
ExpressionLanguage

public static interface ExpressionLanguage.TwoArgFunction<R,A1,A2>

A user provided double argument function.


Method Summary
 R calculate(A1 arg1, A2 arg2)
          Calculates the new value.
 

Method Detail

calculate

R calculate(A1 arg1,
            A2 arg2)
Calculates the new value.

Parameters:
arg1 - first argument
arg2 - second argument
Returns:
result