| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,R> ImmutableFN2WithLabel.Builder<A,B,R> |
ImmutableFN2WithLabel.builder()
Creates a builder for
ImmutableFN2WithLabel. |
ImmutableFN2WithLabel.Builder<A,B,R> |
ImmutableFN2WithLabel.Builder.delegate(FN2<A,B,R> delegate)
Initializes the value for the
delegate attribute. |
ImmutableFN2WithLabel.Builder<A,B,R> |
ImmutableFN2WithLabel.Builder.from(FN2.FN2WithLabel<A,B,R> instance)
Fill a builder with attribute values from the provided
FN2WithLabel instance. |
ImmutableFN2WithLabel.Builder<A,B,R> |
ImmutableFN2WithLabel.Builder.label(String label)
Initializes the value for the
label attribute. |
Copyright © 2023. All rights reserved.