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