public interface DDMExpressionFunction
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DDMExpressionFunction.Function0<R> |
static interface |
DDMExpressionFunction.Function1<A,R> |
static interface |
DDMExpressionFunction.Function2<A,B,R> |
static interface |
DDMExpressionFunction.Function3<A,B,C,R> |
static interface |
DDMExpressionFunction.Function4<A,B,C,D,R> |
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Object |
evaluate(java.lang.Object... parameters)
Deprecated.
As of Judson (7.1.x), replaced by
DDMExpressionFunction.Function0, DDMExpressionFunction.Function1, DDMExpressionFunction.Function2, DDMExpressionFunction.Function3, DDMExpressionFunction.Function4 |
java.lang.String |
getName() |
@Deprecated default java.lang.Object evaluate(java.lang.Object... parameters)
DDMExpressionFunction.Function0, DDMExpressionFunction.Function1, DDMExpressionFunction.Function2, DDMExpressionFunction.Function3, DDMExpressionFunction.Function4java.lang.String getName()