| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate | |
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Method and Description |
|---|---|
Generated<X> |
Calculate.WithDestination.by(F0<X> transformation) |
Generated<X> |
Calculate.WithDestination.by(F0<X> transformation,
String description) |
| Modifier and Type | Class and Description |
|---|---|
static class |
F0.F0WithLabel<R> |
class |
ImmutableF0WithLabel<R>
Immutable implementation of
F0.F0WithLabel. |
| Modifier and Type | Method and Description |
|---|---|
protected F0<R> |
ImmutableFN0checkNull.delegate() |
protected F0<R> |
ImmutableF0WithLabel.delegate() |
protected abstract F0<R> |
FN0.FN0checkNull.delegate() |
protected abstract F0<R> |
F0.F0WithLabel.delegate() |
| Modifier and Type | Method and Description |
|---|---|
static <R> FN0.FN0checkNull<R> |
FN0.checkNull(F0<R> delegate) |
ImmutableFN0checkNull.Builder<R> |
ImmutableFN0checkNull.Builder.delegate(F0<R> delegate)
Initializes the value for the
delegate attribute. |
ImmutableF0WithLabel.Builder<R> |
ImmutableF0WithLabel.Builder.delegate(F0<R> delegate)
Initializes the value for the
delegate attribute. |
static <R> ImmutableFN0checkNull<R> |
ImmutableFN0checkNull.of(F0<R> delegate)
Construct a new immutable
FN0checkNull instance. |
static <R> ImmutableF0WithLabel<R> |
ImmutableF0WithLabel.of(F0<R> delegate,
String label)
Construct a new immutable
F0WithLabel instance. |
ImmutableFN0checkNull<R> |
ImmutableFN0checkNull.withDelegate(F0<R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
ImmutableF0WithLabel<R> |
ImmutableF0WithLabel.withDelegate(F0<R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
static <R> F0.F0WithLabel<R> |
F0.withLabel(F0<R> delegate,
String label) |
Copyright © 2023. All rights reserved.