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