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