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