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