@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableSillySubstructure extends SillySubstructure
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSillySubstructure.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSillySubstructure.Builder |
builder() |
static ImmutableSillySubstructure |
copyOf(SillySubstructure instance) |
RetentionPolicy |
enum1() |
boolean |
equals(Object another) |
com.google.common.collect.ImmutableList<Float> |
floats4() |
int |
hashCode() |
com.google.common.collect.ImmutableSet<ElementType> |
set2() |
com.google.common.collect.ImmutableSet<Integer> |
set3() |
String |
toString() |
ImmutableSillySubstructure |
withEnum1(RetentionPolicy value) |
ImmutableSillySubstructure |
withFloats4(float... elements) |
ImmutableSillySubstructure |
withFloats4(Iterable<Float> elements) |
ImmutableSillySubstructure |
withSet2(ElementType... elements) |
ImmutableSillySubstructure |
withSet2(Iterable<ElementType> elements) |
ImmutableSillySubstructure |
withSet3(int... elements) |
ImmutableSillySubstructure |
withSet3(Iterable<Integer> elements) |
public RetentionPolicy enum1()
public com.google.common.collect.ImmutableSet<ElementType> set2()
public com.google.common.collect.ImmutableSet<Integer> set3()
public com.google.common.collect.ImmutableList<Float> floats4()
public final ImmutableSillySubstructure withEnum1(RetentionPolicy value)
public final ImmutableSillySubstructure withSet2(ElementType... elements)
public final ImmutableSillySubstructure withSet2(Iterable<ElementType> elements)
public final ImmutableSillySubstructure withSet3(int... elements)
public final ImmutableSillySubstructure withSet3(Iterable<Integer> elements)
public final ImmutableSillySubstructure withFloats4(float... elements)
public final ImmutableSillySubstructure withFloats4(Iterable<Float> elements)
public int hashCode()
public String toString()
public static ImmutableSillySubstructure copyOf(SillySubstructure instance)
public static ImmutableSillySubstructure.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.