| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableF0WithLabel<R>
Immutable implementation of
F0.F0WithLabel. |
| Modifier and Type | Method and Description |
|---|---|
static <R> F0.F0WithLabel<R> |
F0.withLabel(F0<R> delegate,
String label) |
| Modifier and Type | Method and Description |
|---|---|
static <R> ImmutableF0WithLabel<R> |
ImmutableF0WithLabel.copyOf(F0.F0WithLabel<R> instance)
Creates an immutable copy of a
F0.F0WithLabel value. |
ImmutableF0WithLabel.Builder<R> |
ImmutableF0WithLabel.Builder.from(F0.F0WithLabel<R> instance)
Fill a builder with attribute values from the provided
F0WithLabel instance. |
Copyright © 2023. All rights reserved.