@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableUsingNotYetGenerateGenerics<T> extends Object implements UsingNotYetGenerateGenerics<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableUsingNotYetGenerateGenerics.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
ImmutableB<T> |
andThisToo() |
static <T> ImmutableUsingNotYetGenerateGenerics.Builder<T> |
builder() |
static <T> ImmutableUsingNotYetGenerateGenerics<T> |
copyOf(UsingNotYetGenerateGenerics<T> instance) |
boolean |
equals(Object another) |
int |
hashCode() |
org.immutables.fixture.generics.ImmutableGenericsAsItIs<String> |
notYetGenerated() |
com.google.common.collect.ImmutableList<org.immutables.fixture.generics.ImmutableGenericsAsItIs<String>> |
notYetInCollection() |
String |
toString() |
ImmutableUsingNotYetGenerateGenerics<T> |
withAndThisToo(ImmutableB<T> value) |
ImmutableUsingNotYetGenerateGenerics<T> |
withNotYetGenerated(org.immutables.fixture.generics.ImmutableGenericsAsItIs<String> value) |
ImmutableUsingNotYetGenerateGenerics<T> |
withNotYetInCollection(org.immutables.fixture.generics.ImmutableGenericsAsItIs<String>... elements) |
ImmutableUsingNotYetGenerateGenerics<T> |
withNotYetInCollection(Iterable<? extends org.immutables.fixture.generics.ImmutableGenericsAsItIs<String>> elements) |
public org.immutables.fixture.generics.ImmutableGenericsAsItIs<String> notYetGenerated()
public ImmutableB<T> andThisToo()
public com.google.common.collect.ImmutableList<org.immutables.fixture.generics.ImmutableGenericsAsItIs<String>> notYetInCollection()
public final ImmutableUsingNotYetGenerateGenerics<T> withNotYetGenerated(org.immutables.fixture.generics.ImmutableGenericsAsItIs<String> value)
public final ImmutableUsingNotYetGenerateGenerics<T> withAndThisToo(ImmutableB<T> value)
@SafeVarargs public final ImmutableUsingNotYetGenerateGenerics<T> withNotYetInCollection(org.immutables.fixture.generics.ImmutableGenericsAsItIs<String>... elements)
public final ImmutableUsingNotYetGenerateGenerics<T> withNotYetInCollection(Iterable<? extends org.immutables.fixture.generics.ImmutableGenericsAsItIs<String>> elements)
public int hashCode()
public String toString()
public static <T> ImmutableUsingNotYetGenerateGenerics<T> copyOf(UsingNotYetGenerateGenerics<T> instance)
public static <T> ImmutableUsingNotYetGenerateGenerics.Builder<T> builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.