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