| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate | |
| de.flapdoodle.formula.calculate.calculations | |
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Method and Description |
|---|---|
Merge4<A,B,C,D,X> |
Calculate.WithMerge4Nullables.by(FN4<A,B,C,D,X> transformation) |
Merge4<A,B,C,D,X> |
Calculate.WithMerge4Nullables.by(FN4<A,B,C,D,X> transformation,
String description) |
| Modifier and Type | Method and Description |
|---|---|
protected FN4<A,B,C,D,X> |
ImmutableMerge4.transformation() |
protected abstract FN4<A,B,C,D,X> |
Merge4.transformation() |
| Modifier and Type | Method and Description |
|---|---|
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. |
static <A,B,C,D,X> |
Merge4.with(ValueSource<A> a,
ValueSource<B> b,
ValueSource<C> c,
ValueSource<D> d,
ValueSink<X> destination,
FN4<A,B,C,D,X> transformation) |
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. |
| Modifier and Type | Class and Description |
|---|---|
static class |
FN4.FN4checkNull<A,B,C,D,R> |
static class |
FN4.FN4WithLabel<A,B,C,D,R> |
static class |
FN4.FN4wrapF4<A,B,C,D,R> |
class |
ImmutableFN4checkNull<A,B,C,D,R>
Immutable implementation of
FN4.FN4checkNull. |
class |
ImmutableFN4WithLabel<A,B,C,D,R>
Immutable implementation of
FN4.FN4WithLabel. |
class |
ImmutableFN4wrapF4<A,B,C,D,R>
Immutable implementation of
FN4.FN4wrapF4. |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,D,R> |
FN4.checkNull(F4<A,B,C,D,R> delegate,
Object labelA,
Object labelB,
Object labelC,
Object labelD) |
protected FN4<A,B,C,D,R> |
ImmutableFN4WithLabel.delegate() |
protected abstract FN4<A,B,C,D,R> |
FN4.FN4WithLabel.delegate() |
static <A,B,C,D,R> |
FN4.mapOnlyIfNotNull(F4<A,B,C,D,R> delegate) |
static <A,B,C,D,R> |
FN4.withLabel(FN4<A,B,C,D,R> delegate,
String label) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFN4WithLabel.Builder<A,B,C,D,R> |
ImmutableFN4WithLabel.Builder.delegate(FN4<A,B,C,D,R> delegate)
Initializes the value for the
delegate attribute. |
static <A,B,C,D,R> |
ImmutableFN4WithLabel.of(FN4<A,B,C,D,R> delegate,
String label)
Construct a new immutable
FN4WithLabel instance. |
ImmutableFN4WithLabel<A,B,C,D,R> |
ImmutableFN4WithLabel.withDelegate(FN4<A,B,C,D,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
static <A,B,C,D,R> |
FN4.withLabel(FN4<A,B,C,D,R> delegate,
String label) |
Copyright © 2023. All rights reserved.