Uses of Interface
org.pipservices3.expressions.calculator.functions.IFunction
Packages that use IFunction
-
Uses of IFunction in org.pipservices3.expressions.calculator.functions
Classes in org.pipservices3.expressions.calculator.functions that implement IFunctionMethods in org.pipservices3.expressions.calculator.functions that return IFunctionModifier and TypeMethodDescriptionFunctionCollection.findByName(String name) Finds function in the list by it's name.IFunctionCollection.findByName(String name) Finds function in the list by it's name.FunctionCollection.get(int index) Get a function by its index.IFunctionCollection.get(int index) Get a function by its index.Methods in org.pipservices3.expressions.calculator.functions that return types with arguments of type IFunctionModifier and TypeMethodDescriptionFunctionCollection.getAll()Get all functions stores in the collectionIFunctionCollection.getAll()Get all functions stores in the collectionMethods in org.pipservices3.expressions.calculator.functions with parameters of type IFunction