@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableLazyHash extends Object implements LazyHash
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableLazyHash.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
b() |
static ImmutableLazyHash.Builder |
builder() |
static ImmutableLazyHash |
copyOf(LazyHash instance) |
boolean |
equals(Object another) |
int |
hashCode() |
int |
i() |
String |
s() |
String |
toString() |
ImmutableLazyHash |
withB(boolean value) |
ImmutableLazyHash |
withI(int value) |
ImmutableLazyHash |
withS(String value) |
public String s()
public boolean b()
public int i()
public final ImmutableLazyHash withS(String value)
public final ImmutableLazyHash withB(boolean value)
public final ImmutableLazyHash withI(int value)
public int hashCode()
public String toString()
public static ImmutableLazyHash copyOf(LazyHash instance)
public static ImmutableLazyHash.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.