| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate | |
| de.flapdoodle.formula.calculate.calculations | |
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Method and Description |
|---|---|
Merge5<A,B,C,D,E,X> |
Calculate.WithMerge5Nullables.by(FN5<A,B,C,D,E,X> transformation) |
Merge5<A,B,C,D,E,X> |
Calculate.WithMerge5Nullables.by(FN5<A,B,C,D,E,X> transformation,
String description) |
| Modifier and Type | Method and Description |
|---|---|
protected FN5<A,B,C,D,E,X> |
ImmutableMerge5.transformation() |
protected abstract FN5<A,B,C,D,E,X> |
Merge5.transformation() |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,D,E,X> |
ImmutableMerge5.of(Value<X> destination,
ValueSource<A> a,
ValueSource<B> b,
ValueSource<C> c,
ValueSource<D> d,
ValueSource<E> e,
FN5<A,B,C,D,E,X> transformation)
Construct a new immutable
Merge5 instance. |
static <A,B,C,D,E,X> |
Merge5.with(ValueSource<A> a,
ValueSource<B> b,
ValueSource<C> c,
ValueSource<D> d,
ValueSource<E> e,
ValueSink<X> destination,
FN5<A,B,C,D,E,X> transformation) |
ImmutableMerge5<A,B,C,D,E,X> |
ImmutableMerge5.withTransformation(FN5<A,B,C,D,E,X> value)
Copy the current immutable object by setting a value for the
transformation attribute. |
| Modifier and Type | Class and Description |
|---|---|
static class |
FN5.FN5checkNull<A,B,C,D,E,R> |
static class |
FN5.FN5WithLabel<A,B,C,D,E,R> |
static class |
FN5.FN5wrapF5<A,B,C,D,E,R> |
class |
ImmutableFN5checkNull<A,B,C,D,E,R>
Immutable implementation of
FN5.FN5checkNull. |
class |
ImmutableFN5WithLabel<A,B,C,D,E,R>
Immutable implementation of
FN5.FN5WithLabel. |
class |
ImmutableFN5wrapF5<A,B,C,D,E,R>
Immutable implementation of
FN5.FN5wrapF5. |
| 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) |
protected FN5<A,B,C,D,E,R> |
ImmutableFN5WithLabel.delegate() |
protected abstract FN5<A,B,C,D,E,R> |
FN5.FN5WithLabel.delegate() |
static <A,B,C,D,E,R> |
FN5.mapOnlyIfNotNull(F5<A,B,C,D,E,R> delegate) |
static <A,B,C,D,E,R> |
FN5.withLabel(FN5<A,B,C,D,E,R> delegate,
String label) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFN5WithLabel.Builder<A,B,C,D,E,R> |
ImmutableFN5WithLabel.Builder.delegate(FN5<A,B,C,D,E,R> delegate)
Initializes the value for the
delegate attribute. |
static <A,B,C,D,E,R> |
ImmutableFN5WithLabel.of(FN5<A,B,C,D,E,R> delegate,
String label)
Construct a new immutable
FN5WithLabel instance. |
ImmutableFN5WithLabel<A,B,C,D,E,R> |
ImmutableFN5WithLabel.withDelegate(FN5<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> |
FN5.withLabel(FN5<A,B,C,D,E,R> delegate,
String label) |
Copyright © 2023. All rights reserved.