@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","ChildWithGeneric"}) @Immutable public final class ImmutableChildWithGeneric extends ChildWithGeneric
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableChildWithGeneric.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableChildWithGeneric.Builder |
builder() |
static ImmutableChildWithGeneric |
copyOf(ChildWithGeneric instance) |
boolean |
equals(Object another) |
ImmutableSpecificType |
getItem() |
int |
hashCode() |
String |
toString() |
ImmutableChildWithGeneric |
withItem(ImmutableSpecificType value) |
public ImmutableSpecificType getItem()
public final ImmutableChildWithGeneric withItem(ImmutableSpecificType value)
public int hashCode()
public String toString()
public static ImmutableChildWithGeneric copyOf(ChildWithGeneric instance)
public static ImmutableChildWithGeneric.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.