| 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 |
|---|---|
T |
ExpressionVisitor.visit(DelegateExpression e)
Visits the
DelegateExpression. |
Expression |
SimpleExpressionVisitor.visit(DelegateExpression e) |
Copyright © 2023 Streamx. All rights reserved.