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