@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableAbc extends Object implements NonAttributes.Abc
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableAbc.Builder |
NonAttributes.Abc| Modifier and Type | Method and Description |
|---|---|
int |
a() |
static ImmutableAbc.Builder |
builder() |
static ImmutableAbc |
copyOf(NonAttributes.Abc instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableAbc |
withA(int value) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitbpublic int a()
public final ImmutableAbc withA(int value)
public int hashCode()
public String toString()
public static ImmutableAbc copyOf(NonAttributes.Abc instance)
public static ImmutableAbc.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.