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