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