@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableGenericMods<T> extends Object implements GenericMods<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableGenericMods.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
int |
a() |
T |
b() |
static <T> ImmutableGenericMods.Builder<T> |
builder() |
int |
c() |
static <T> ImmutableGenericMods<T> |
copyOf(GenericMods<T> instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableGenericMods<T> |
withA(int value) |
ImmutableGenericMods<T> |
withB(T value) |
ImmutableGenericMods<T> |
withC(int value) |
public int a()
public T b()
public int c()
public final ImmutableGenericMods<T> withA(int value)
public final ImmutableGenericMods<T> withB(T value)
public final ImmutableGenericMods<T> withC(int value)
public int hashCode()
public String toString()
public static <T> ImmutableGenericMods<T> copyOf(GenericMods<T> instance)
public static <T> ImmutableGenericMods.Builder<T> builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.