@NotThreadSafe public static final class ImmutableGenericChild.Builder<T extends CharSequence> extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableGenericChild<T> |
build() |
ImmutableGenericChild.Builder<T> |
from(GenericCore.Core<T> instance) |
ImmutableGenericChild.Builder<T> |
from(GenericCore.GenericChild<T> instance) |
ImmutableGenericChild.Builder<T> |
object(T object) |
@CanIgnoreReturnValue public final ImmutableGenericChild.Builder<T> from(GenericCore.Core<T> instance)
@CanIgnoreReturnValue public final ImmutableGenericChild.Builder<T> from(GenericCore.GenericChild<T> instance)
@CanIgnoreReturnValue public final ImmutableGenericChild.Builder<T> object(T object)
public ImmutableGenericChild<T> build()
Copyright © 2022 The Immutables.org authors. All rights reserved.