| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate.calculations | |
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Method and Description |
|---|---|
protected FN0<X> |
ImmutableGenerated.transformation() |
protected abstract FN0<X> |
Generated.transformation() |
| Modifier and Type | Method and Description |
|---|---|
static <X> ImmutableGenerated<X> |
ImmutableGenerated.of(Value<X> destination,
FN0<X> transformation)
Construct a new immutable
Generated instance. |
static <X> Generated<X> |
Generated.with(ValueSink<X> destination,
FN0<X> transformation) |
ImmutableGenerated<X> |
ImmutableGenerated.withTransformation(FN0<X> value)
Copy the current immutable object by setting a value for the
transformation attribute. |
| Modifier and Type | Class and Description |
|---|---|
static class |
FN0.FN0checkNull<R> |
static class |
FN0.FN0WithLabel<R> |
class |
ImmutableFN0checkNull<R>
Immutable implementation of
FN0.FN0checkNull. |
class |
ImmutableFN0WithLabel<R>
Immutable implementation of
FN0.FN0WithLabel. |
| Modifier and Type | Method and Description |
|---|---|
protected FN0<R> |
ImmutableFN0WithLabel.delegate() |
protected abstract FN0<R> |
FN0.FN0WithLabel.delegate() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFN0WithLabel.Builder<R> |
ImmutableFN0WithLabel.Builder.delegate(FN0<R> delegate)
Initializes the value for the
delegate attribute. |
static <R> ImmutableFN0WithLabel<R> |
ImmutableFN0WithLabel.of(FN0<R> delegate,
String label)
Construct a new immutable
FN0WithLabel instance. |
ImmutableFN0WithLabel<R> |
ImmutableFN0WithLabel.withDelegate(FN0<R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
static <R> FN0.FN0WithLabel<R> |
FN0.withLabel(FN0<R> delegate,
String label) |
Copyright © 2023. All rights reserved.