@NotThreadSafe public static final class ImmutableCheckForNullAttributes.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableCheckForNullAttributes.Builder |
a(String a) |
ImmutableCheckForNullAttributes.Builder |
addAllB(Iterable<String> elements) |
ImmutableCheckForNullAttributes.Builder |
addB(String... elements) |
ImmutableCheckForNullAttributes.Builder |
addB(String element) |
ImmutableCheckForNullAttributes.Builder |
b(Iterable<String> elements) |
ImmutableCheckForNullAttributes |
build() |
ImmutableCheckForNullAttributes.Builder |
from(CheckForNullAttributes instance) |
@CanIgnoreReturnValue public final ImmutableCheckForNullAttributes.Builder from(CheckForNullAttributes instance)
@CanIgnoreReturnValue public final ImmutableCheckForNullAttributes.Builder a(@CheckForNull String a)
@CanIgnoreReturnValue public final ImmutableCheckForNullAttributes.Builder addB(String element)
@CanIgnoreReturnValue public final ImmutableCheckForNullAttributes.Builder addB(String... elements)
@CanIgnoreReturnValue public final ImmutableCheckForNullAttributes.Builder b(@CheckForNull Iterable<String> elements)
@CanIgnoreReturnValue public final ImmutableCheckForNullAttributes.Builder addAllB(Iterable<String> elements)
public ImmutableCheckForNullAttributes build()
Copyright © 2022 The Immutables.org authors. All rights reserved.