| Package | Description |
|---|---|
| de.flapdoodle.eval.core | |
| de.flapdoodle.eval.example |
| Modifier and Type | Method and Description |
|---|---|
ImmutableExpressionFactory |
ImmutableExpressionFactory.Builder.build()
Builds a new
ImmutableExpressionFactory. |
static ImmutableExpressionFactory |
ImmutableExpressionFactory.copyOf(ExpressionFactory instance)
Creates an immutable copy of a
ExpressionFactory value. |
ImmutableExpressionFactory |
ImmutableExpressionFactory.withArrayAccess(TypedEvaluableByNumberOfArguments value)
Copy the current immutable object by setting a value for the
arrayAccess attribute. |
ImmutableExpressionFactory |
ExpressionFactory.withConstant(String name,
Object value) |
ImmutableExpressionFactory |
ImmutableExpressionFactory.withConstants(VariableResolver value)
Copy the current immutable object by setting a value for the
constants attribute. |
ImmutableExpressionFactory |
ImmutableExpressionFactory.withEvaluatables(TypedEvaluableByName value)
Copy the current immutable object by setting a value for the
evaluatables attribute. |
ImmutableExpressionFactory |
ImmutableExpressionFactory.withExceptionMapper(EvaluableExceptionMapper value)
Copy the current immutable object by setting a value for the
exceptionMapper attribute. |
ImmutableExpressionFactory |
ImmutableExpressionFactory.withMathContext(MathContext value)
Copy the current immutable object by setting a value for the
mathContext attribute. |
ImmutableExpressionFactory |
ImmutableExpressionFactory.withNumberAsValue(NumberAsValue value)
Copy the current immutable object by setting a value for the
numberAsValue attribute. |
ImmutableExpressionFactory |
ImmutableExpressionFactory.withOperatorMap(OperatorMap value)
Copy the current immutable object by setting a value for the
operatorMap attribute. |
ImmutableExpressionFactory |
ImmutableExpressionFactory.withPropertyAccess(TypedEvaluableByNumberOfArguments value)
Copy the current immutable object by setting a value for the
propertyAccess attribute. |
ImmutableExpressionFactory |
ImmutableExpressionFactory.withStringAsValue(StringAsValue value)
Copy the current immutable object by setting a value for the
stringAsValue attribute. |
ImmutableExpressionFactory |
ImmutableExpressionFactory.withZoneId(ZoneId value)
Copy the current immutable object by setting a value for the
zoneId attribute. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableExpressionFactory |
Defaults.expressionFactory() |
Copyright © 2024. All rights reserved.