Uses of Interface
com.suncode.pwfl.core.function.Function
Packages that use Function
-
Uses of Function in com.suncode.pwfl.component.exception
Constructors in com.suncode.pwfl.component.exception with parameters of type FunctionModifierConstructorDescriptionConditionException
(Function function, String message) ConditionException
(Function function, String message, Throwable cause) -
Uses of Function in com.suncode.pwfl.core.function
Methods in com.suncode.pwfl.core.function that return FunctionModifier and TypeMethodDescriptionFunctionCall.getFunction()
Returns underlying function.FunctionOverride.getFunction()
Returns function instance that holds this override.FunctionRegistry.getFunction
(String name) Returns registered function with given name.Methods in com.suncode.pwfl.core.function that return types with arguments of type FunctionModifier and TypeMethodDescriptionFunctionRegistry.getFunctions()
Returns all registered functions.FunctionRegistry.registerFunctions
(ComponentDiscovery strategy, InstanceFactory instanceFactory) Registers all functions discovered using given strategy.Methods in com.suncode.pwfl.core.function with parameters of type FunctionModifier and TypeMethodDescriptionvoid
FunctionRegistry.registerFunction
(Function function) Registers given function.void
FunctionRegistry.unregisterFunction
(Function function) Removes given function from registry.Constructors in com.suncode.pwfl.core.function with parameters of type FunctionModifierConstructorDescriptionFunctionAlreadyRegisteredException
(Function function) FunctionCall
(Function fn, Type<?> returnType, Object... args) FunctionCallException
(Function function, String message) FunctionCallException
(Function function, String message, Throwable cause) InvalidFunctionException
(Function function, String message)