org.epics.pvmanager
Interface ExpressionLanguage.OneArgFunction<R,A>

Type Parameters:
R - result type
A - argument type
Enclosing class:
ExpressionLanguage

public static interface ExpressionLanguage.OneArgFunction<R,A>

A user provided single argument function.


Method Summary
 R calculate(A arg)
          Calculates the new value.
 

Method Detail

calculate

R calculate(A arg)
Calculates the new value.

Parameters:
arg - argument
Returns:
result