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