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