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