@Value.Immutable
@Value.Modifiable
public interface UnderrideObjectMethods
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UnderrideObjectMethods.InternUnderride |
static interface |
UnderrideObjectMethods.StaticUnderride |
| Modifier and Type | Method and Description |
|---|---|
int |
a() |
default boolean |
equalTo(UnderrideObjectMethods b) |
default int |
hash() |
default String |
stringify() |
int a()
default String stringify()
default int hash()
default boolean equalTo(UnderrideObjectMethods b)
Copyright © 2022 The Immutables.org authors. All rights reserved.