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.
|
Copyright © 2019 Suncode. All rights reserved.