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