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