| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate | |
| de.flapdoodle.formula.calculate.calculations |
| Modifier and Type | Method and Description |
|---|---|
Merge3<A,B,C,X> |
Calculate.WithMerge3.by(F3<A,B,C,X> transformation) |
Merge3<A,B,C,X> |
Calculate.WithMerge3.by(F3<A,B,C,X> transformation,
String description) |
Merge3<A,B,C,X> |
Calculate.WithMerge3Nullables.by(FN3<A,B,C,X> transformation) |
Merge3<A,B,C,X> |
Calculate.WithMerge3Nullables.by(FN3<A,B,C,X> transformation,
String description) |
Merge3<A,B,C,X> |
Calculate.WithMerge3Nullables.ifAllSetBy(F3<A,B,C,X> transformation) |
Merge3<A,B,C,X> |
Calculate.WithMerge3Nullables.ifAllSetBy(F3<A,B,C,X> transformation,
String description) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMerge3<A,B,C,X>
Immutable implementation of
Merge3. |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,X> Merge3<A,B,C,X> |
Merge3.with(ValueSource<A> a,
ValueSource<B> b,
ValueSource<C> c,
ValueSink<X> destination,
FN3<A,B,C,X> transformation) |
| 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. |
Copyright © 2023. All rights reserved.