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