| Package | Description |
|---|---|
| de.flapdoodle.eval.core.evaluables |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOperatorMap |
ImmutableOperatorMap.Builder.build()
Builds a new
ImmutableOperatorMap. |
static ImmutableOperatorMap |
ImmutableOperatorMap.copyOf(OperatorMap instance)
Creates an immutable copy of a
OperatorMap value. |
ImmutableOperatorMap |
ImmutableOperatorMap.withInfix(Map<String,? extends OperatorMapping> entries)
Copy the current immutable object by replacing the
infix map with the specified map. |
ImmutableOperatorMap |
ImmutableOperatorMap.withPostfix(Map<String,? extends OperatorMapping> entries)
Copy the current immutable object by replacing the
postfix map with the specified map. |
ImmutableOperatorMap |
ImmutableOperatorMap.withPrefix(Map<String,? extends OperatorMapping> entries)
Copy the current immutable object by replacing the
prefix map with the specified map. |
Copyright © 2024. All rights reserved.