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.String |
getLabel(java.util.Locale locale) |
java.lang.String |
getName() |
default boolean |
isCustomDDMExpressionFunction() |