@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableFN0checkNull<R> extends FN0.FN0checkNull<R>
FN0.FN0checkNull.
Use the builder to create immutable instances:
ImmutableFN0checkNull.builder().
Use the static factory method to create immutable instances:
ImmutableFN0checkNull.of().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableFN0checkNull.Builder<R>
Builds instances of type
ImmutableFN0checkNull. |
FN0.FN0checkNull<R>, FN0.FN0WithLabel<R>| Modifier and Type | Method and Description |
|---|---|
static <R> ImmutableFN0checkNull.Builder<R> |
builder()
Creates a builder for
ImmutableFN0checkNull. |
static <R> ImmutableFN0checkNull<R> |
copyOf(FN0.FN0checkNull<R> instance)
Creates an immutable copy of a
FN0.FN0checkNull value. |
protected F0<R> |
delegate() |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableFN0checkNull that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
delegate. |
static <R> ImmutableFN0checkNull<R> |
of(F0<R> delegate)
Construct a new immutable
FN0checkNull instance. |
String |
toString()
Prints the immutable value
FN0checkNull with attribute values. |
ImmutableFN0checkNull<R> |
withDelegate(F0<R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
asHumanReadable, getclone, finalize, getClass, notify, notifyAll, wait, wait, waitasHumanReadableprotected F0<R> delegate()
delegate in class FN0.FN0checkNull<R>delegate attributepublic final ImmutableFN0checkNull<R> withDelegate(F0<R> value)
delegate attribute.
A shallow reference equality check is used to prevent copying of the same value by returning this.value - A new value for delegatethis objectpublic boolean equals(@Nullable Object another)
ImmutableFN0checkNull that have equal attribute values.public int hashCode()
delegate.public String toString()
FN0checkNull with attribute values.public static <R> ImmutableFN0checkNull<R> of(F0<R> delegate)
FN0checkNull instance.R - generic parameter Rdelegate - The value for the delegate attributepublic static <R> ImmutableFN0checkNull<R> copyOf(FN0.FN0checkNull<R> instance)
FN0.FN0checkNull value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.R - generic parameter Rinstance - The instance to copypublic static <R> ImmutableFN0checkNull.Builder<R> builder()
ImmutableFN0checkNull.
ImmutableFN0checkNull.<R>builder()
.delegate(de.flapdoodle.formula.calculate.functions.F0<R>) // required delegate
.build();
R - generic parameter RCopyright © 2023. All rights reserved.