| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Method and Description |
|---|---|
ImmutableF0WithLabel<R> |
ImmutableF0WithLabel.Builder.build()
Builds a new
ImmutableF0WithLabel. |
static <R> ImmutableF0WithLabel<R> |
ImmutableF0WithLabel.copyOf(F0.F0WithLabel<R> instance)
Creates an immutable copy of a
F0.F0WithLabel value. |
static <R> ImmutableF0WithLabel<R> |
ImmutableF0WithLabel.of(F0<R> delegate,
String label)
Construct a new immutable
F0WithLabel instance. |
ImmutableF0WithLabel<R> |
ImmutableF0WithLabel.withDelegate(F0<R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
ImmutableF0WithLabel<R> |
ImmutableF0WithLabel.withLabel(String value)
Copy the current immutable object by setting a value for the
label attribute. |
Copyright © 2023. All rights reserved.