| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate.functions |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableFN1checkNull<A,R>
Immutable implementation of
FN1.FN1checkNull. |
| Modifier and Type | Method and Description |
|---|---|
static <A,R> FN1.FN1checkNull<A,R> |
FN1.checkNull(F1<A,R> delegate,
Object labelA) |
| Modifier and Type | Method and Description |
|---|---|
static <A,R> ImmutableFN1checkNull<A,R> |
ImmutableFN1checkNull.copyOf(FN1.FN1checkNull<A,R> instance)
Creates an immutable copy of a
FN1.FN1checkNull value. |
ImmutableFN1checkNull.Builder<A,R> |
ImmutableFN1checkNull.Builder.from(FN1.FN1checkNull<A,R> instance)
Fill a builder with attribute values from the provided
FN1checkNull instance. |
Copyright © 2023. All rights reserved.