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