@Immutable @CheckReturnValue public static final class ImmutableMultipleChecks.C extends Object implements MultipleChecks.C
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableMultipleChecks.C.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
a() |
int |
b() |
static ImmutableMultipleChecks.C.Builder |
builder() |
static ImmutableMultipleChecks.C |
copyOf(MultipleChecks.C instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableMultipleChecks.C |
withA(int value) |
ImmutableMultipleChecks.C |
withB(int value) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckAcheckBpublic int a()
public int b()
public final ImmutableMultipleChecks.C withA(int value)
public final ImmutableMultipleChecks.C withB(int value)
public int hashCode()
public String toString()
public static ImmutableMultipleChecks.C copyOf(MultipleChecks.C instance)
public static ImmutableMultipleChecks.C.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.