@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableFN1Identity<X> extends FN1.FN1Identity<X>
FN1.FN1Identity.
Use the builder to create immutable instances:
ImmutableFN1Identity.builder().
Use the static factory method to get the default singleton instance:
ImmutableFN1Identity.of().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableFN1Identity.Builder<X>
Builds instances of type
ImmutableFN1Identity. |
FN1.FN1checkNull<A,R>, FN1.FN1Identity<X>, FN1.FN1WithLabel<A,R>, FN1.FN1wrapF1<A,R>| Modifier and Type | Method and Description |
|---|---|
static <X> ImmutableFN1Identity.Builder<X> |
builder()
Creates a builder for
ImmutableFN1Identity. |
static <X> ImmutableFN1Identity<X> |
copyOf(FN1.FN1Identity<X> instance)
Creates an immutable copy of a
FN1.FN1Identity value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableFN1Identity that have equal attribute values. |
int |
hashCode()
Returns a constant hash code value.
|
static <X> ImmutableFN1Identity<X> |
of()
Returns the default immutable singleton value of
FN1Identity |
String |
toString()
Prints the immutable value
FN1Identity. |
applyclone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckNull, identity, mapOnlyIfNotNull, withLabelpublic boolean equals(@Nullable Object another)
ImmutableFN1Identity that have equal attribute values.public int hashCode()
public String toString()
FN1Identity.public static <X> ImmutableFN1Identity<X> of()
FN1Identitypublic static <X> ImmutableFN1Identity<X> copyOf(FN1.FN1Identity<X> instance)
FN1.FN1Identity value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.X - generic parameter Xinstance - The instance to copypublic static <X> ImmutableFN1Identity.Builder<X> builder()
ImmutableFN1Identity.
ImmutableFN1Identity.<X>builder()
.build();
X - generic parameter XCopyright © 2023. All rights reserved.