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