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