@Immutable public static final class ImmutableSampleCopyOfTypes.ByConstructorAndWithers extends Object implements SampleCopyOfTypes.ByConstructorAndWithers
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<String> |
additional() |
static ImmutableSampleCopyOfTypes.ByConstructorAndWithers |
copyOf(SampleCopyOfTypes.ByConstructorAndWithers instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableSampleCopyOfTypes.ByConstructorAndWithers |
of(int value) |
String |
toString() |
int |
value() |
ImmutableSampleCopyOfTypes.ByConstructorAndWithers |
withAdditional(Iterable<String> elements) |
ImmutableSampleCopyOfTypes.ByConstructorAndWithers |
withAdditional(String... elements) |
ImmutableSampleCopyOfTypes.ByConstructorAndWithers |
withValue(int value) |
public int value()
public com.google.common.collect.ImmutableList<String> additional()
public final ImmutableSampleCopyOfTypes.ByConstructorAndWithers withValue(int value)
public final ImmutableSampleCopyOfTypes.ByConstructorAndWithers withAdditional(String... elements)
public final ImmutableSampleCopyOfTypes.ByConstructorAndWithers withAdditional(Iterable<String> elements)
public int hashCode()
public String toString()
public static ImmutableSampleCopyOfTypes.ByConstructorAndWithers of(int value)
public static ImmutableSampleCopyOfTypes.ByConstructorAndWithers copyOf(SampleCopyOfTypes.ByConstructorAndWithers instance)
Copyright © 2017 The Immutables.org authors. All rights reserved.