@NotThreadSafe public static final class ImmutableSub.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableSub |
build() |
ImmutableSub.Builder |
from(NoWarningFromSupertypesTypeAnnotations.Sub instance) |
ImmutableSub.Builder |
from(NoWarningFromSupertypesTypeAnnotations.Sup instance) |
ImmutableSub.Builder |
x(int x) |
@CanIgnoreReturnValue public final ImmutableSub.Builder from(NoWarningFromSupertypesTypeAnnotations.Sup instance)
@CanIgnoreReturnValue public final ImmutableSub.Builder from(NoWarningFromSupertypesTypeAnnotations.Sub instance)
@CanIgnoreReturnValue public final ImmutableSub.Builder x(int x)
public ImmutableSub build()
Copyright © 2022 The Immutables.org authors. All rights reserved.