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