| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate | |
| de.flapdoodle.formula.calculate.calculations | |
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Method and Description |
|---|---|
Merge2<A,B,X> |
Calculate.WithMerge2Nullables.by(FN2<A,B,X> transformation) |
Merge2<A,B,X> |
Calculate.WithMerge2Nullables.by(FN2<A,B,X> transformation,
String description) |
| Modifier and Type | Method and Description |
|---|---|
protected FN2<A,B,X> |
ImmutableMerge2.transformation() |
protected abstract FN2<A,B,X> |
Merge2.transformation() |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,X> ImmutableMerge2<A,B,X> |
ImmutableMerge2.of(Value<X> destination,
ValueSource<A> a,
ValueSource<B> b,
FN2<A,B,X> transformation)
Construct a new immutable
Merge2 instance. |
static <A,B,X> Merge2<A,B,X> |
Merge2.with(ValueSource<A> a,
ValueSource<B> b,
ValueSink<X> destination,
FN2<A,B,X> transformation) |
ImmutableMerge2<A,B,X> |
ImmutableMerge2.withTransformation(FN2<A,B,X> value)
Copy the current immutable object by setting a value for the
transformation attribute. |
| Modifier and Type | Class and Description |
|---|---|
static class |
FN2.FN2checkNull<A,B,R> |
static class |
FN2.FN2WithLabel<A,B,R> |
static class |
FN2.FN2wrapF2<A,B,R> |
class |
ImmutableFN2checkNull<A,B,R>
Immutable implementation of
FN2.FN2checkNull. |
class |
ImmutableFN2WithLabel<A,B,R>
Immutable implementation of
FN2.FN2WithLabel. |
class |
ImmutableFN2wrapF2<A,B,R>
Immutable implementation of
FN2.FN2wrapF2. |
| 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) |
protected FN2<A,B,R> |
ImmutableFN2WithLabel.delegate() |
protected abstract FN2<A,B,R> |
FN2.FN2WithLabel.delegate() |
static <A,B,R> FN2<A,B,R> |
FN2.mapOnlyIfNotNull(F2<A,B,R> delegate) |
static <A,B,R> FN2<A,B,R> |
FN2.withLabel(FN2<A,B,R> delegate,
String label) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFN2WithLabel.Builder<A,B,R> |
ImmutableFN2WithLabel.Builder.delegate(FN2<A,B,R> delegate)
Initializes the value for the
delegate attribute. |
static <A,B,R> ImmutableFN2WithLabel<A,B,R> |
ImmutableFN2WithLabel.of(FN2<A,B,R> delegate,
String label)
Construct a new immutable
FN2WithLabel instance. |
ImmutableFN2WithLabel<A,B,R> |
ImmutableFN2WithLabel.withDelegate(FN2<A,B,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
static <A,B,R> FN2<A,B,R> |
FN2.withLabel(FN2<A,B,R> delegate,
String label) |
Copyright © 2023. All rights reserved.