@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableSillyInterned extends SillyInterned
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSillyInterned.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
arg1() |
int |
arg2() |
static ImmutableSillyInterned.Builder |
builder() |
static ImmutableSillyInterned |
copyOf(SillyInterned instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableSillyInterned |
of(int arg1,
int arg2) |
String |
toString() |
ImmutableSillyInterned |
withArg1(int value) |
ImmutableSillyInterned |
withArg2(int value) |
public int arg1()
public int arg2()
public final ImmutableSillyInterned withArg1(int value)
public final ImmutableSillyInterned withArg2(int value)
public int hashCode()
public String toString()
public static ImmutableSillyInterned of(int arg1, int arg2)
public static ImmutableSillyInterned copyOf(SillyInterned instance)
public static ImmutableSillyInterned.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.