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

Packages that use ExpressionLanguage.OneArgFunction
org.epics.pvmanager This package contains all the basic compononents of the PVManager framework and the basic support for the language to define the creation. 
 

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.
 



Copyright © 2011. All Rights Reserved.