| Package | Description |
|---|---|
| de.flapdoodle.eval.core.evaluables |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableOperatorMap.Builder |
ImmutableOperatorMap.builder()
Creates a builder for
ImmutableOperatorMap. |
static ImmutableOperatorMap.Builder |
OperatorMap.builder() |
ImmutableOperatorMap.Builder |
ImmutableOperatorMap.Builder.from(OperatorMap instance)
Fill a builder with attribute values from the provided
OperatorMap instance. |
ImmutableOperatorMap.Builder |
ImmutableOperatorMap.Builder.infix(Map<String,? extends OperatorMapping> entries)
Sets or replaces all mappings from the specified map as entries for the
infix map. |
ImmutableOperatorMap.Builder |
ImmutableOperatorMap.Builder.postfix(Map<String,? extends OperatorMapping> entries)
Sets or replaces all mappings from the specified map as entries for the
postfix map. |
ImmutableOperatorMap.Builder |
ImmutableOperatorMap.Builder.prefix(Map<String,? extends OperatorMapping> entries)
Sets or replaces all mappings from the specified map as entries for the
prefix map. |
ImmutableOperatorMap.Builder |
ImmutableOperatorMap.Builder.putAllInfix(Map<String,? extends OperatorMapping> entries)
Put all mappings from the specified map as entries to
infix map. |
ImmutableOperatorMap.Builder |
ImmutableOperatorMap.Builder.putAllPostfix(Map<String,? extends OperatorMapping> entries)
Put all mappings from the specified map as entries to
postfix map. |
ImmutableOperatorMap.Builder |
ImmutableOperatorMap.Builder.putAllPrefix(Map<String,? extends OperatorMapping> entries)
Put all mappings from the specified map as entries to
prefix map. |
ImmutableOperatorMap.Builder |
ImmutableOperatorMap.Builder.putInfix(Map.Entry<String,? extends OperatorMapping> entry)
Put one entry to the
infix map. |
ImmutableOperatorMap.Builder |
ImmutableOperatorMap.Builder.putInfix(String key,
OperatorMapping value)
Put one entry to the
infix map. |
ImmutableOperatorMap.Builder |
ImmutableOperatorMap.Builder.putPostfix(Map.Entry<String,? extends OperatorMapping> entry)
Put one entry to the
postfix map. |
ImmutableOperatorMap.Builder |
ImmutableOperatorMap.Builder.putPostfix(String key,
OperatorMapping value)
Put one entry to the
postfix map. |
ImmutableOperatorMap.Builder |
ImmutableOperatorMap.Builder.putPrefix(Map.Entry<String,? extends OperatorMapping> entry)
Put one entry to the
prefix map. |
ImmutableOperatorMap.Builder |
ImmutableOperatorMap.Builder.putPrefix(String key,
OperatorMapping value)
Put one entry to the
prefix map. |
Copyright © 2024. All rights reserved.