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