T - Property and function typepublic static interface FunctionExpression.FunctionExpressionProperty<T> extends FunctionExpression<T>, Property<T>
FunctionExpression implemented as a Property.FunctionExpression.FunctionExpressionProperty<T>, FunctionExpression.PathFunctionExpression<P,T>, FunctionExpression.PathFunctionExpressionProperty<P,T>Expression.ExpressionResolverFunction<E extends Expression,R extends Expression>, Expression.InvalidExpressionExceptionProperty.Builder<T,B extends Property.Builder<T,B>>, Property.PropertyAccessException, Property.PropertyNotFoundException, Property.PropertyReadException, Property.PropertyReadOnlyException, Property.PropertyWriteExceptionLocalizable.LocalizableBuilder, Localizable.LocalizationException| Modifier and Type | Method and Description |
|---|---|
static <T> FunctionExpression.FunctionExpressionProperty<T> |
create(QueryFunction<T> function)
Create a
FunctionExpression.FunctionExpressionProperty using given function. |
avg, count, getFunction, max, min, sumgetTypegetTypevalidategetConfiguration, getConvertedValue, getConverter, getType, isReadOnly, present, render, renderIfAvailablegetValidators, validatebuilder, getMessage, getMessageArguments, getMessageCodestatic <T> FunctionExpression.FunctionExpressionProperty<T> create(QueryFunction<T> function)
FunctionExpression.FunctionExpressionProperty using given function.create in interface FunctionExpression<T>T - Property and function typefunction - Function associated to the property (not null)FunctionExpression.FunctionExpressionPropertyCopyright © 2017 The Holon Platform. All rights reserved.