@NotThreadSafe public static final class ImmutableSillyPolyHost.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableSillyPolyHost.Builder |
addAllS(Iterable<? extends SillyAbstract> elements) |
ImmutableSillyPolyHost.Builder |
addS(SillyAbstract... elements) |
ImmutableSillyPolyHost.Builder |
addS(SillyAbstract element) |
ImmutableSillyPolyHost |
build() |
ImmutableSillyPolyHost.Builder |
from(SillyPolyHost instance) |
ImmutableSillyPolyHost.Builder |
s(Iterable<? extends SillyAbstract> elements) |
@CanIgnoreReturnValue public final ImmutableSillyPolyHost.Builder from(SillyPolyHost instance)
@CanIgnoreReturnValue public final ImmutableSillyPolyHost.Builder addS(SillyAbstract element)
@CanIgnoreReturnValue public final ImmutableSillyPolyHost.Builder addS(SillyAbstract... elements)
@CanIgnoreReturnValue public final ImmutableSillyPolyHost.Builder s(Iterable<? extends SillyAbstract> elements)
@CanIgnoreReturnValue public final ImmutableSillyPolyHost.Builder addAllS(Iterable<? extends SillyAbstract> elements)
public ImmutableSillyPolyHost build()
Copyright © 2022 The Immutables.org authors. All rights reserved.