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