Uses of Interface
orc.runtime.Args.NumericUnaryOperator

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

Uses of Args.NumericUnaryOperator in orc.runtime
 

Methods in orc.runtime with parameters of type Args.NumericUnaryOperator
static
<T> T
Args.applyNumericOperator(java.lang.Number a, Args.NumericUnaryOperator<T> op)
          Dispatch a unary operator based on the type of a number.