| Package | Description |
|---|---|
| de.flapdoodle.eval.core |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableExpression.Builder |
ImmutableExpression.builder()
Creates a builder for
ImmutableExpression. |
static ImmutableExpression.Builder |
Expression.builder() |
ImmutableExpression.Builder |
ImmutableExpression.Builder.from(Expression instance)
Fill a builder with attribute values from the provided
Expression instance. |
ImmutableExpression.Builder |
ImmutableExpression.Builder.mathContext(MathContext mathContext)
Initializes the value for the
mathContext attribute. |
ImmutableExpression.Builder |
ImmutableExpression.Builder.root(Node root)
Initializes the value for the
root attribute. |
ImmutableExpression.Builder |
ImmutableExpression.Builder.source(String source)
Initializes the value for the
source attribute. |
ImmutableExpression.Builder |
ImmutableExpression.Builder.zoneId(ZoneId zoneId)
Initializes the value for the
zoneId attribute. |
Copyright © 2024. All rights reserved.