| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate.calculations |
| Modifier and Type | Method and Description |
|---|---|
static <A,X> ImmutableMap1<A,X> |
ImmutableMap1.copyOf(Map1<A,X> instance)
Creates an immutable copy of a
Map1 value. |
static <A,X> ImmutableMap1<A,X> |
ImmutableMap1.of(Value<X> destination,
ValueSource<A> source,
FN1<A,X> transformation)
Construct a new immutable
Map1 instance. |
ImmutableMap1<A,X> |
ImmutableMap1.withDestination(Value<X> value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableMap1<A,X> |
ImmutableMap1.withSource(ValueSource<A> value)
Copy the current immutable object by setting a value for the
source attribute. |
ImmutableMap1<A,X> |
ImmutableMap1.withTransformation(FN1<A,X> value)
Copy the current immutable object by setting a value for the
transformation attribute. |
Copyright © 2023. All rights reserved.