@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableUnrelatedGenericMethods extends UnrelatedGenericMethods
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableUnrelatedGenericMethods.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
a() |
static ImmutableUnrelatedGenericMethods.Builder |
builder() |
static ImmutableUnrelatedGenericMethods |
copyOf(UnrelatedGenericMethods instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableUnrelatedGenericMethods |
withA(String value) |
createpublic String a()
public final ImmutableUnrelatedGenericMethods withA(String value)
public int hashCode()
public String toString()
public static ImmutableUnrelatedGenericMethods copyOf(UnrelatedGenericMethods instance)
public static ImmutableUnrelatedGenericMethods.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.