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