@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableExtendingBuilderGenericBounds<T extends org.immutables.fixture.generics.Abc> extends ExtendingBuilderGenericBounds<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableExtendingBuilderGenericBounds.Builder<T extends org.immutables.fixture.generics.Abc> |
| Modifier and Type | Method and Description |
|---|---|
T |
attr() |
static <T extends org.immutables.fixture.generics.Abc> |
copyOf(ExtendingBuilderGenericBounds<T> instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableExtendingBuilderGenericBounds<T> |
withAttr(T value) |
nonAttrpublic T attr()
public final ImmutableExtendingBuilderGenericBounds<T> withAttr(T value)
public int hashCode()
public String toString()
public static <T extends org.immutables.fixture.generics.Abc> ImmutableExtendingBuilderGenericBounds<T> copyOf(ExtendingBuilderGenericBounds<T> instance)
Copyright © 2022 The Immutables.org authors. All rights reserved.