Uses of Interface
orc.runtime.Args.NumericBinaryOperator

Packages that use Args.NumericBinaryOperator
orc.runtime Runtime for Orc interpreter. 
 

Uses of Args.NumericBinaryOperator in orc.runtime
 

Methods in orc.runtime with parameters of type Args.NumericBinaryOperator
static
<T> T
Args.applyNumericOperator(java.lang.Number a, java.lang.Number b, Args.NumericBinaryOperator<T> op)
          Dispatch a binary operator based on the widest type of two numbers.