| Package | Description |
|---|---|
| com.holonplatform.core.query |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FunctionExpression.FunctionExpressionProperty<T>
A
FunctionExpression implemented as a Property. |
static interface |
FunctionExpression.PathFunctionExpression<P,T>
A
FunctionExpression which acts on a Path. |
static interface |
FunctionExpression.PathFunctionExpressionProperty<P,T>
A
FunctionExpression.PathFunctionExpression implemented as a VirtualProperty. |
| Modifier and Type | Method and Description |
|---|---|
static <T> FunctionExpression<T> |
FunctionExpression.create(QueryFunction<T> function)
Create a new
FunctionExpression using given function. |
Copyright © 2017 The Holon Platform. All rights reserved.