| Package | Description | 
|---|---|
| com.suncode.pwfl.component.exception | |
| com.suncode.pwfl.core.function | 
| Constructor and Description | 
|---|
| ConditionException(FunctionOverride override,
                  String message,
                  Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| FunctionOverride | FunctionCall. getOverride()Returns override that will be invoked in  FunctionCall.call()method. | 
| FunctionOverride | Function. getOverride(Object... args)Returns this function override that matches given arguments. | 
| FunctionOverride | Function. getOverride(Type<?>... parameterTypes)Returns this function override that matches given parameter types. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<FunctionOverride> | Function. getOverrides()Returns list of available overrides (at least 1). | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Function. addOverride(FunctionOverride override)Adds override to the list of overrides | 
| Constructor and Description | 
|---|
| FunctionCall(FunctionOverride override,
            Object... args) | 
| FunctionCallException(FunctionOverride override,
                     String message,
                     Throwable cause) | 
Copyright © 2019 Suncode. All rights reserved.