@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","SillyIntWrap"}) @Immutable public final class ImmutableSillyIntWrap extends SillyIntWrap
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSillyIntWrap |
copyOf(SillyIntWrap instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableSillyIntWrap |
of(int value) |
String |
toString() |
int |
value() |
ImmutableSillyIntWrap |
withValue(int value) |
public int value()
public final ImmutableSillyIntWrap withValue(int value)
public int hashCode()
public String toString()
public static ImmutableSillyIntWrap of(int value)
public static ImmutableSillyIntWrap copyOf(SillyIntWrap instance)
Copyright © 2017 The Immutables.org authors. All rights reserved.