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