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