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