| Package | Description |
|---|---|
| com.suncode.pwfl.component.exception | |
| com.suncode.pwfl.core.function |
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionException
Exception thrown when there was a problem verifying condition.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Function.call(List<Type<?>> parameterTypes,
Object... args)
Invokes this function with given arguments.
|
<T> T |
Function.call(Object... args)
Invokes this function with given arguments.
|
<T> T |
FunctionOverride.call(Object... args)
Invokes this function override with given arguments.
|
<T> T |
Function.call(Type<?> returnType,
List<Type<?>> parameterTypes,
Object... args) |
<T> T |
Function.call(Type<?> returnType,
Object... args) |
Copyright © 2023 Suncode. All rights reserved.