@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableIfaceValue extends Object implements IfaceValue
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableIfaceValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<String> |
auxiliary() |
static ImmutableIfaceValue.Builder |
builder() |
static ImmutableIfaceValue |
copyOf(IfaceValue instance) |
boolean |
equals(Object another) |
int |
get() |
int |
getNumber() |
int |
hashCode() |
static ImmutableIfaceValue |
of(int number) |
String |
toString() |
ImmutableIfaceValue |
withAuxiliary(Iterable<String> elements) |
ImmutableIfaceValue |
withAuxiliary(String... elements) |
ImmutableIfaceValue |
withNumber(int value) |
public int getNumber()
public com.google.common.collect.ImmutableList<String> auxiliary()
public int get()
public final ImmutableIfaceValue withNumber(int value)
public final ImmutableIfaceValue withAuxiliary(String... elements)
public final ImmutableIfaceValue withAuxiliary(Iterable<String> elements)
public int hashCode()
public String toString()
public static ImmutableIfaceValue of(int number)
public static ImmutableIfaceValue copyOf(IfaceValue instance)
public static ImmutableIfaceValue.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.