Uses of Interface
org.citrusframework.functions.Function
Packages that use Function
-
Uses of Function in org.citrusframework.functions
Fields in org.citrusframework.functions with type parameters of type FunctionMethods in org.citrusframework.functions that return FunctionModifier and TypeMethodDescriptionFunctionLibrary.getFunction(String functionName) Try to find function in library by name.Methods in org.citrusframework.functions that return types with arguments of type FunctionModifier and TypeMethodDescriptionFunctionLibrary.getMembers()Gets the function library members.Function.lookup()Resolves all available functions from resource path lookup.Method parameters in org.citrusframework.functions with type arguments of type FunctionModifier and TypeMethodDescriptionvoidFunctionLibrary.setMembers(Map<String, Function> members) Set the function library content.