@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableGenericAdult<T extends CharSequence> extends Object implements GenericCore.GenericAdult<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableGenericAdult.Builder<T extends CharSequence> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends CharSequence> |
builder() |
static <T extends CharSequence> |
copyOf(GenericCore.GenericAdult<T> instance) |
boolean |
equals(Object another) |
int |
getId() |
T |
getObject() |
int |
hashCode() |
String |
toString() |
ImmutableGenericAdult<T> |
withId(int value) |
ImmutableGenericAdult<T> |
withObject(T value) |
public T getObject()
public int getId()
public final ImmutableGenericAdult<T> withObject(T value)
public final ImmutableGenericAdult<T> withId(int value)
public int hashCode()
public String toString()
public static <T extends CharSequence> ImmutableGenericAdult<T> copyOf(GenericCore.GenericAdult<T> instance)
public static <T extends CharSequence> ImmutableGenericAdult.Builder<T> builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.