Uses of Interface
com.suncode.pwfl.core.function.FunctionOverride
Packages that use FunctionOverride
-
Uses of FunctionOverride in com.suncode.pwfl.component.exception
Constructors in com.suncode.pwfl.component.exception with parameters of type FunctionOverrideModifierConstructorDescriptionConditionException(FunctionOverride override, String message, Throwable cause) -
Uses of FunctionOverride in com.suncode.pwfl.core.function
Methods in com.suncode.pwfl.core.function that return FunctionOverrideModifier and TypeMethodDescriptionFunction.getOverride(Type<?>... parameterTypes) Returns this function override that matches given parameter types.Function.getOverride(Type<?> returnType, Type<?>... parameterTypes) Function.getOverride(Type<?> returnType, Object... args) Function.getOverride(Object... args) Returns this function override that matches given arguments.FunctionCall.getOverride()Returns override that will be invoked inFunctionCall.call()method.Methods in com.suncode.pwfl.core.function that return types with arguments of type FunctionOverrideModifier and TypeMethodDescriptionFunction.getOverrides()Returns list of available overrides (at least 1).Methods in com.suncode.pwfl.core.function with parameters of type FunctionOverrideModifier and TypeMethodDescriptionvoidFunction.addOverride(FunctionOverride override) Adds override to the list of overridesConstructors in com.suncode.pwfl.core.function with parameters of type FunctionOverrideModifierConstructorDescriptionFunctionCall(FunctionOverride override, Object... args) FunctionCallException(FunctionOverride override, String message, Throwable cause)