@NotThreadSafe public static final class ImmutableLazyHashSerializable.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableLazyHashSerializable.Builder |
b(boolean b) |
ImmutableLazyHashSerializable |
build() |
ImmutableLazyHashSerializable.Builder |
from(LazyHashSerializable instance) |
ImmutableLazyHashSerializable.Builder |
i(int i) |
ImmutableLazyHashSerializable.Builder |
s(String s) |
@CanIgnoreReturnValue public final ImmutableLazyHashSerializable.Builder from(LazyHashSerializable instance)
@CanIgnoreReturnValue public final ImmutableLazyHashSerializable.Builder s(String s)
@CanIgnoreReturnValue public final ImmutableLazyHashSerializable.Builder b(boolean b)
@CanIgnoreReturnValue public final ImmutableLazyHashSerializable.Builder i(int i)
public ImmutableLazyHashSerializable build()
Copyright © 2022 The Immutables.org authors. All rights reserved.