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