Uses of Interface
org.epics.pvmanager.ExpressionLanguage.OneArgFunction

Packages that use ExpressionLanguage.OneArgFunction
org.epics.pvmanager

pvManager 

 

Uses of ExpressionLanguage.OneArgFunction in org.epics.pvmanager
 

Methods in org.epics.pvmanager with parameters of type ExpressionLanguage.OneArgFunction
static
<R,A> DesiredRateExpression<R>
ExpressionLanguage.resultOf(ExpressionLanguage.OneArgFunction<R,A> function, DesiredRateExpression<A> argExpression)
          An expression that represents the result of a user provided function.