@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableCheckForNullAttributes extends Object implements CheckForNullAttributes
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableCheckForNullAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
a() |
com.google.common.collect.ImmutableSet<String> |
b() |
static ImmutableCheckForNullAttributes.Builder |
builder() |
static ImmutableCheckForNullAttributes |
copyOf(CheckForNullAttributes instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableCheckForNullAttributes |
withA(String value) |
ImmutableCheckForNullAttributes |
withB(Iterable<String> elements) |
ImmutableCheckForNullAttributes |
withB(String... elements) |
@CheckForNull public String a()
@CheckForNull public com.google.common.collect.ImmutableSet<String> b()
public final ImmutableCheckForNullAttributes withA(@CheckForNull String value)
public final ImmutableCheckForNullAttributes withB(@CheckForNull String... elements)
public final ImmutableCheckForNullAttributes withB(@CheckForNull Iterable<String> elements)
public int hashCode()
public String toString()
public static ImmutableCheckForNullAttributes copyOf(CheckForNullAttributes instance)
public static ImmutableCheckForNullAttributes.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.