@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","SillyLazy"}) @Immutable public final class ImmutableSillyLazy extends SillyLazy
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSillyLazy.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSillyLazy.Builder |
builder() |
static ImmutableSillyLazy |
copyOf(SillyLazy instance) |
AtomicInteger |
counter() |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableSillyLazy |
of(AtomicInteger counter) |
String |
toString() |
int |
val1() |
int |
val2() |
ImmutableSillyLazy |
withCounter(AtomicInteger counter) |
public AtomicInteger counter()
public final ImmutableSillyLazy withCounter(AtomicInteger counter)
public int hashCode()
public String toString()
public int val1()
public int val2()
public static ImmutableSillyLazy of(AtomicInteger counter)
public static ImmutableSillyLazy copyOf(SillyLazy instance)
public static ImmutableSillyLazy.Builder builder()
Copyright © 2016 The Immutables.org authors. All rights reserved.