@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableSub extends Object implements NoWarningFromSupertypesTypeAnnotations.Sub
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSub.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSub.Builder |
builder() |
static ImmutableSub |
copyOf(NoWarningFromSupertypesTypeAnnotations.Sub instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableSub |
withX(int value) |
int |
x() |
public int x()
public final ImmutableSub withX(int value)
public int hashCode()
public String toString()
public static ImmutableSub copyOf(NoWarningFromSupertypesTypeAnnotations.Sub instance)
public static ImmutableSub.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.