@Generated(value="org.immutables.processor.ProxyProcessor") public final class ImmutableTypedEvaluableMap extends TypedEvaluableMap
TypedEvaluableMap.
Use the builder to create immutable instances:
ImmutableTypedEvaluableMap.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableTypedEvaluableMap.Builder
Builds instances of type
ImmutableTypedEvaluableMap. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTypedEvaluableMap.Builder |
builder()
Creates a builder for
ImmutableTypedEvaluableMap. |
static ImmutableTypedEvaluableMap |
copyOf(TypedEvaluableMap instance)
Creates an immutable copy of a
TypedEvaluableMap value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableTypedEvaluableMap that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
map. |
protected Map<String,TypedEvaluableByNumberOfArguments> |
map() |
String |
toString()
Prints the immutable value
TypedEvaluableMap with attribute values. |
ImmutableTypedEvaluableMap |
withMap(Map<String,? extends TypedEvaluableByNumberOfArguments> entries)
Copy the current immutable object by replacing the
map map with the specified map. |
findclone, finalize, getClass, notify, notifyAll, wait, wait, waitandThenprotected Map<String,TypedEvaluableByNumberOfArguments> map()
map in class TypedEvaluableMapmap attributepublic final ImmutableTypedEvaluableMap withMap(Map<String,? extends TypedEvaluableByNumberOfArguments> entries)
map map with the specified map.
Nulls are not permitted as keys or values.
A shallow reference equality check is used to prevent copying of the same value by returning this.entries - The entries to be added to the map mapthis objectpublic boolean equals(Object another)
ImmutableTypedEvaluableMap that have equal attribute values.public int hashCode()
map.public String toString()
TypedEvaluableMap with attribute values.public static ImmutableTypedEvaluableMap copyOf(TypedEvaluableMap instance)
TypedEvaluableMap value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.instance - The instance to copypublic static ImmutableTypedEvaluableMap.Builder builder()
ImmutableTypedEvaluableMap.
ImmutableTypedEvaluableMap.builder()
.putMap|putAllMap(String => de.flapdoodle.eval.core.evaluables.TypedEvaluableByNumberOfArguments) // map mappings
.build();
Copyright © 2024. All rights reserved.