| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate | |
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Method and Description |
|---|---|
Merge2<A,B,X> |
Calculate.WithMerge2.by(F2<A,B,X> transformation) |
Merge2<A,B,X> |
Calculate.WithMerge2.by(F2<A,B,X> transformation,
String description) |
Merge2<A,B,X> |
Calculate.WithMerge2Nullables.ifAllSetBy(F2<A,B,X> transformation) |
Merge2<A,B,X> |
Calculate.WithMerge2Nullables.ifAllSetBy(F2<A,B,X> transformation,
String description) |
| Modifier and Type | Class and Description |
|---|---|
static class |
F2.F2WithLabel<A,B,R> |
class |
ImmutableF2WithLabel<A,B,R>
Immutable implementation of
F2.F2WithLabel. |
| Modifier and Type | Method and Description |
|---|---|
protected F2<A,B,R> |
ImmutableFN2wrapF2.delegate() |
protected F2<A,B,R> |
ImmutableF2WithLabel.delegate() |
protected F2<A,B,R> |
ImmutableFN2checkNull.delegate() |
protected abstract F2<A,B,R> |
F2.F2WithLabel.delegate() |
protected abstract F2<A,B,R> |
FN2.FN2wrapF2.delegate() |
protected abstract F2<A,B,R> |
FN2.FN2checkNull.delegate() |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,R> FN2<A,B,R> |
FN2.checkNull(F2<A,B,R> delegate,
Object labelA,
Object labelB) |
ImmutableFN2wrapF2.Builder<A,B,R> |
ImmutableFN2wrapF2.Builder.delegate(F2<A,B,R> delegate)
Initializes the value for the
delegate attribute. |
ImmutableF2WithLabel.Builder<A,B,R> |
ImmutableF2WithLabel.Builder.delegate(F2<A,B,R> delegate)
Initializes the value for the
delegate attribute. |
ImmutableFN2checkNull.Builder<A,B,R> |
ImmutableFN2checkNull.Builder.delegate(F2<A,B,R> delegate)
Initializes the value for the
delegate attribute. |
static <A,B,R> FN2<A,B,R> |
FN2.mapOnlyIfNotNull(F2<A,B,R> delegate) |
static <A,B,R> ImmutableFN2wrapF2<A,B,R> |
ImmutableFN2wrapF2.of(F2<A,B,R> delegate)
Construct a new immutable
FN2wrapF2 instance. |
static <A,B,R> ImmutableF2WithLabel<A,B,R> |
ImmutableF2WithLabel.of(F2<A,B,R> delegate,
String label)
Construct a new immutable
F2WithLabel instance. |
static <A,B,R> ImmutableFN2checkNull<A,B,R> |
ImmutableFN2checkNull.of(F2<A,B,R> delegate,
String a,
String b)
Construct a new immutable
FN2checkNull instance. |
ImmutableFN2wrapF2<A,B,R> |
ImmutableFN2wrapF2.withDelegate(F2<A,B,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
ImmutableF2WithLabel<A,B,R> |
ImmutableF2WithLabel.withDelegate(F2<A,B,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
ImmutableFN2checkNull<A,B,R> |
ImmutableFN2checkNull.withDelegate(F2<A,B,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
static <A,B,R> F2.F2WithLabel<A,B,R> |
F2.withLabel(F2<A,B,R> delegate,
String label) |
Copyright © 2023. All rights reserved.