| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate | |
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Method and Description |
|---|---|
Merge5<A,B,C,D,E,X> |
Calculate.WithMerge5.by(F5<A,B,C,D,E,X> transformation) |
Merge5<A,B,C,D,E,X> |
Calculate.WithMerge5.by(F5<A,B,C,D,E,X> transformation,
String description) |
Merge5<A,B,C,D,E,X> |
Calculate.WithMerge5Nullables.ifAllSetBy(F5<A,B,C,D,E,X> transformation) |
Merge5<A,B,C,D,E,X> |
Calculate.WithMerge5Nullables.ifAllSetBy(F5<A,B,C,D,E,X> transformation,
String description) |
| Modifier and Type | Class and Description |
|---|---|
static class |
F5.F5WithLabel<A,B,C,D,E,R> |
class |
ImmutableF5WithLabel<A,B,C,D,E,R>
Immutable implementation of
F5.F5WithLabel. |
| Modifier and Type | Method and Description |
|---|---|
protected F5<A,B,C,D,E,R> |
ImmutableF5WithLabel.delegate() |
protected F5<A,B,C,D,E,R> |
ImmutableFN5checkNull.delegate() |
protected F5<A,B,C,D,E,R> |
ImmutableFN5wrapF5.delegate() |
protected abstract F5<A,B,C,D,E,R> |
FN5.FN5wrapF5.delegate() |
protected abstract F5<A,B,C,D,E,R> |
FN5.FN5checkNull.delegate() |
protected abstract F5<A,B,C,D,E,R> |
F5.F5WithLabel.delegate() |
static <A,B,C,D,E,R> |
F5.withLabel(F5<A,B,C,D,E,R> delegate,
String label) |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,D,E,R> |
FN5.checkNull(F5<A,B,C,D,E,R> delegate,
Object labelA,
Object labelB,
Object labelC,
Object labelD,
Object labelE) |
ImmutableF5WithLabel.Builder<A,B,C,D,E,R> |
ImmutableF5WithLabel.Builder.delegate(F5<A,B,C,D,E,R> delegate)
Initializes the value for the
delegate attribute. |
ImmutableFN5checkNull.Builder<A,B,C,D,E,R> |
ImmutableFN5checkNull.Builder.delegate(F5<A,B,C,D,E,R> delegate)
Initializes the value for the
delegate attribute. |
ImmutableFN5wrapF5.Builder<A,B,C,D,E,R> |
ImmutableFN5wrapF5.Builder.delegate(F5<A,B,C,D,E,R> delegate)
Initializes the value for the
delegate attribute. |
static <A,B,C,D,E,R> |
FN5.mapOnlyIfNotNull(F5<A,B,C,D,E,R> delegate) |
static <A,B,C,D,E,R> |
ImmutableFN5wrapF5.of(F5<A,B,C,D,E,R> delegate)
Construct a new immutable
FN5wrapF5 instance. |
static <A,B,C,D,E,R> |
ImmutableF5WithLabel.of(F5<A,B,C,D,E,R> delegate,
String label)
Construct a new immutable
F5WithLabel instance. |
static <A,B,C,D,E,R> |
ImmutableFN5checkNull.of(F5<A,B,C,D,E,R> delegate,
String a,
String b,
String c,
String d,
String e)
Construct a new immutable
FN5checkNull instance. |
ImmutableF5WithLabel<A,B,C,D,E,R> |
ImmutableF5WithLabel.withDelegate(F5<A,B,C,D,E,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
ImmutableFN5checkNull<A,B,C,D,E,R> |
ImmutableFN5checkNull.withDelegate(F5<A,B,C,D,E,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
ImmutableFN5wrapF5<A,B,C,D,E,R> |
ImmutableFN5wrapF5.withDelegate(F5<A,B,C,D,E,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
static <A,B,C,D,E,R> |
F5.withLabel(F5<A,B,C,D,E,R> delegate,
String label) |
Copyright © 2023. All rights reserved.