@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableUnderwrite extends UnderwriteObjectMethods.Underwrite
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableUnderwrite.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableUnderwrite.Builder |
builder() |
static ImmutableUnderwrite |
copyOf(UnderwriteObjectMethods.Underwrite instance) |
int |
value() |
ImmutableUnderwrite |
withValue(int value) |
equals, hashCode, toStringpublic int value()
public final ImmutableUnderwrite withValue(int value)
public static ImmutableUnderwrite copyOf(UnderwriteObjectMethods.Underwrite instance)
public static ImmutableUnderwrite.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.