@NotThreadSafe public static final class ImmutableSubtype.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableSubtype.Builder |
a(String a) |
ImmutableSubtype.Builder |
b(String b) |
ImmutableSubtype |
build() |
ImmutableSubtype.Builder |
from(FromSupertypeNullable.Subtype instance) |
ImmutableSubtype.Builder |
from(FromSupertypeNullable.SuperA instance) |
ImmutableSubtype.Builder |
from(FromSupertypeNullable.SuperB instance) |
@CanIgnoreReturnValue public final ImmutableSubtype.Builder from(FromSupertypeNullable.Subtype instance)
@CanIgnoreReturnValue public final ImmutableSubtype.Builder from(FromSupertypeNullable.SuperB instance)
@CanIgnoreReturnValue public final ImmutableSubtype.Builder from(FromSupertypeNullable.SuperA instance)
@CanIgnoreReturnValue public final ImmutableSubtype.Builder a(String a)
@CanIgnoreReturnValue public final ImmutableSubtype.Builder b(String b)
public ImmutableSubtype build()
Copyright © 2022 The Immutables.org authors. All rights reserved.