| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableF2WithLabel<A,B,R>
Immutable implementation of
F2.F2WithLabel. |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,R> F2.F2WithLabel<A,B,R> |
F2.withLabel(F2<A,B,R> delegate,
String label) |
| Modifier and Type | Method and Description |
|---|---|
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. |
ImmutableF2WithLabel.Builder<A,B,R> |
ImmutableF2WithLabel.Builder.from(F2.F2WithLabel<A,B,R> instance)
Fill a builder with attribute values from the provided
F2WithLabel instance. |
Copyright © 2023. All rights reserved.