| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate | |
| de.flapdoodle.formula.calculate.calculations | |
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected FN3<A,B,C,X> |
ImmutableMerge3.transformation() |
protected abstract FN3<A,B,C,X> |
Merge3.transformation() |
| Modifier and Type | Method and Description |
|---|---|
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. |
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) |
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. |
| Modifier and Type | Class and Description |
|---|---|
static class |
FN3.FN3checkNull<A,B,C,R> |
static class |
FN3.FN3WithLabel<A,B,C,R> |
static class |
FN3.FN3wrapF3<A,B,C,R> |
class |
ImmutableFN3checkNull<A,B,C,R>
Immutable implementation of
FN3.FN3checkNull. |
class |
ImmutableFN3WithLabel<A,B,C,R>
Immutable implementation of
FN3.FN3WithLabel. |
class |
ImmutableFN3wrapF3<A,B,C,R>
Immutable implementation of
FN3.FN3wrapF3. |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,R> FN3<A,B,C,R> |
FN3.checkNull(F3<A,B,C,R> delegate,
Object labelA,
Object labelB,
Object labelC) |
protected FN3<A,B,C,R> |
ImmutableFN3WithLabel.delegate() |
protected abstract FN3<A,B,C,R> |
FN3.FN3WithLabel.delegate() |
static <A,B,C,R> FN3<A,B,C,R> |
FN3.mapOnlyIfNotNull(F3<A,B,C,R> delegate) |
static <A,B,C,R> FN3<A,B,C,R> |
FN3.withLabel(FN3<A,B,C,R> delegate,
String label) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFN3WithLabel.Builder<A,B,C,R> |
ImmutableFN3WithLabel.Builder.delegate(FN3<A,B,C,R> delegate)
Initializes the value for the
delegate attribute. |
static <A,B,C,R> ImmutableFN3WithLabel<A,B,C,R> |
ImmutableFN3WithLabel.of(FN3<A,B,C,R> delegate,
String label)
Construct a new immutable
FN3WithLabel instance. |
ImmutableFN3WithLabel<A,B,C,R> |
ImmutableFN3WithLabel.withDelegate(FN3<A,B,C,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
static <A,B,C,R> FN3<A,B,C,R> |
FN3.withLabel(FN3<A,B,C,R> delegate,
String label) |
Copyright © 2023. All rights reserved.