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