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

Packages that use ExpressionLanguage.TwoArgFunction
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.TwoArgFunction in org.epics.pvmanager
 

Methods in org.epics.pvmanager with parameters of type ExpressionLanguage.TwoArgFunction
static
<R,A1,A2> DesiredRateExpression<R>
ExpressionLanguage.resultOf(ExpressionLanguage.TwoArgFunction<R,A1,A2> function, DesiredRateExpression<A1> arg1Expression, DesiredRateExpression<A2> arg2Expression)
          An expression that represents the result of a user provided function.
 



Copyright © 2010. All Rights Reserved.