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