| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFN5checkNull<A,B,C,D,E,R> |
ImmutableFN5checkNull.Builder.build()
Builds a new
ImmutableFN5checkNull. |
static <A,B,C,D,E,R> |
ImmutableFN5checkNull.copyOf(FN5.FN5checkNull<A,B,C,D,E,R> instance)
Creates an immutable copy of a
FN5.FN5checkNull value. |
static <A,B,C,D,E,R> |
ImmutableFN5checkNull.of(F5<A,B,C,D,E,R> delegate,
String a,
String b,
String c,
String d,
String e)
Construct a new immutable
FN5checkNull instance. |
ImmutableFN5checkNull<A,B,C,D,E,R> |
ImmutableFN5checkNull.withA(String value)
Copy the current immutable object by setting a value for the
a attribute. |
ImmutableFN5checkNull<A,B,C,D,E,R> |
ImmutableFN5checkNull.withB(String value)
Copy the current immutable object by setting a value for the
b attribute. |
ImmutableFN5checkNull<A,B,C,D,E,R> |
ImmutableFN5checkNull.withC(String value)
Copy the current immutable object by setting a value for the
c attribute. |
ImmutableFN5checkNull<A,B,C,D,E,R> |
ImmutableFN5checkNull.withD(String value)
Copy the current immutable object by setting a value for the
d attribute. |
ImmutableFN5checkNull<A,B,C,D,E,R> |
ImmutableFN5checkNull.withDelegate(F5<A,B,C,D,E,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
ImmutableFN5checkNull<A,B,C,D,E,R> |
ImmutableFN5checkNull.withE(String value)
Copy the current immutable object by setting a value for the
e attribute. |
Copyright © 2023. All rights reserved.