Uses of Interface
org.pipservices3.expressions.calculator.functions.IFunction
-
Packages that use IFunction Package Description org.pipservices3.expressions.calculator.functions -
-
Uses of IFunction in org.pipservices3.expressions.calculator.functions
Classes in org.pipservices3.expressions.calculator.functions that implement IFunction Modifier and Type Class Description classDelegatedFunctionMethods in org.pipservices3.expressions.calculator.functions that return IFunction Modifier and Type Method Description IFunctionFunctionCollection. findByName(String name)Finds function in the list by it's name.IFunctionIFunctionCollection. findByName(String name)Finds function in the list by it's name.IFunctionFunctionCollection. get(int index)Get a function by its index.IFunctionIFunctionCollection. get(int index)Get a function by its index.Methods in org.pipservices3.expressions.calculator.functions that return types with arguments of type IFunction Modifier and Type Method Description List<IFunction>FunctionCollection. getAll()Get all functions stores in the collectionList<IFunction>IFunctionCollection. getAll()Get all functions stores in the collectionMethods in org.pipservices3.expressions.calculator.functions with parameters of type IFunction Modifier and Type Method Description voidFunctionCollection. add(IFunction func)Adds a new function to the collection.voidIFunctionCollection. add(IFunction func)Adds a new function to the collection.
-