| Package | Description |
|---|---|
| co.streamx.fluent.extree.expression |
| Modifier and Type | Method and Description |
|---|---|
static DelegateExpression |
Expression.delegate(Class<?> resultType,
Expression delegate,
List<ParameterExpression> parameters)
Creates a
DelegateExpression as a method receiving the specified
arguments, returning the resultType and having delegate to
the implementation. |
| Modifier and Type | Method and Description |
|---|---|
Expression |
SimpleExpressionVisitor.visit(DelegateExpression e) |
T |
ExpressionVisitor.visit(DelegateExpression e)
Visits the
DelegateExpression. |
Copyright © 2020 Streamx. All rights reserved.