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