@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableContainer extends Object implements DeepAndJdkOnly.Container
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableContainer.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableContainer.Builder |
builder() |
static ImmutableContainer |
copyOf(DeepAndJdkOnly.Container instance) |
boolean |
equals(Object another) |
ImmutableDeep |
getDeep() |
int |
hashCode() |
String |
toString() |
ImmutableContainer |
withDeep(DeepAndJdkOnly.Deep value) |
public ImmutableDeep getDeep()
public final ImmutableContainer withDeep(DeepAndJdkOnly.Deep value)
public int hashCode()
public String toString()
public static ImmutableContainer copyOf(DeepAndJdkOnly.Container instance)
public static ImmutableContainer.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.