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