Uses of Interface
com.consol.citrus.functions.Function
-
Packages that use Function Package Description com.consol.citrus.functions -
-
Uses of Function in com.consol.citrus.functions
Fields in com.consol.citrus.functions with type parameters of type Function Modifier and Type Field Description static Map<String,Function>Function. functionsMethods in com.consol.citrus.functions that return Function Modifier and Type Method Description FunctionFunctionLibrary. getFunction(String functionName)Try to find function in library by name.Methods in com.consol.citrus.functions that return types with arguments of type Function Modifier and Type Method Description Map<String,Function>FunctionLibrary. getMembers()Gets the function library members.static Map<String,Function>Function. lookup()Resolves all available functions from resource path lookup.Method parameters in com.consol.citrus.functions with type arguments of type Function Modifier and Type Method Description voidFunctionLibrary. setMembers(Map<String,Function> members)Set the function library content.
-