@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","GenericSubType.B<T>"}) @Immutable 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 a) |
ImmutableB<T> |
withB(T b) |
public T b()
public int a()
public final ImmutableB<T> withB(T b)
public final ImmutableB<T> withA(int a)
public int hashCode()
public String toString()
public static <T> ImmutableB<T> copyOf(GenericSubType.B<T> instance)
public static <T> ImmutableB.Builder<T> builder()
Copyright © 2016 The Immutables.org authors. All rights reserved.