@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableAttributeIs extends Object implements AttributeIs
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableAttributeIs.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableAttributeIs.Builder |
builder() |
static ImmutableAttributeIs |
copyOf(AttributeIs instance) |
boolean |
equals(Object another) |
boolean |
getEmpty() |
int |
hashCode() |
boolean |
isEmpty() |
String |
toString() |
ImmutableAttributeIs |
withEmpty(boolean value) |
ImmutableAttributeIs |
withIsEmpty(boolean value) |
public boolean isEmpty()
public boolean getEmpty()
public final ImmutableAttributeIs withIsEmpty(boolean value)
public final ImmutableAttributeIs withEmpty(boolean value)
public int hashCode()
public String toString()
public static ImmutableAttributeIs copyOf(AttributeIs instance)
public static ImmutableAttributeIs.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.