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