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