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