| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFN0WithLabel<R> |
ImmutableFN0WithLabel.Builder.build()
Builds a new
ImmutableFN0WithLabel. |
static <R> ImmutableFN0WithLabel<R> |
ImmutableFN0WithLabel.copyOf(FN0.FN0WithLabel<R> instance)
Creates an immutable copy of a
FN0.FN0WithLabel value. |
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. |
ImmutableFN0WithLabel<R> |
ImmutableFN0WithLabel.withLabel(String value)
Copy the current immutable object by setting a value for the
label attribute. |
Copyright © 2023. All rights reserved.