Uses of Class
org.formulacompiler.compiler.Function

Packages that use Function
org.formulacompiler.compiler Contains the public compile-time API of AFC's core functional model compiler. 
org.formulacompiler.spreadsheet Contains the public compile-time API of AFC's spreadsheet compiler, which extends the core functional model compiler. 
 

Uses of Function in org.formulacompiler.compiler
 

Methods in org.formulacompiler.compiler that return Function
static Function[] Function.aggregators()
           
static Function Function.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Function[] Function.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of Function in org.formulacompiler.spreadsheet
 

Methods in org.formulacompiler.spreadsheet with parameters of type Function
 SpreadsheetBuilder.ExprNode SpreadsheetBuilder.fun(Function _fun, SpreadsheetBuilder.ExprNode... _args)
          Returns an expression tree node which applies a function to the values of its argument nodes.