@NotThreadSafe public static final class ImmutableDeep.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableDeep.Builder |
a(int a) |
ImmutableDeep.Builder |
b(int b) |
ImmutableDeep |
build() |
ImmutableDeep.Builder |
from(DeepAndJdkOnly.Deep instance) |
@CanIgnoreReturnValue public final ImmutableDeep.Builder from(DeepAndJdkOnly.Deep instance)
@CanIgnoreReturnValue public final ImmutableDeep.Builder a(int a)
@CanIgnoreReturnValue public final ImmutableDeep.Builder b(int b)
public ImmutableDeep build()
Copyright © 2022 The Immutables.org authors. All rights reserved.