@NotThreadSafe public static final class ImmutableSub2.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableSub2.Builder |
a(Long a) |
ImmutableSub2.Builder |
b(Double b) |
ImmutableSub2 |
build() |
ImmutableSub2.Builder |
from(GenericInheritence.Sub2 instance) |
@CanIgnoreReturnValue public final ImmutableSub2.Builder from(GenericInheritence.Sub2 instance)
@CanIgnoreReturnValue public final ImmutableSub2.Builder a(Long a)
@CanIgnoreReturnValue public final ImmutableSub2.Builder b(Double b)
public ImmutableSub2 build()
Copyright © 2022 The Immutables.org authors. All rights reserved.