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