@Immutable @CheckReturnValue public static final class ImmutableFoo.Bar extends Object implements Foo.Bar
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableFoo.Bar.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableFoo.Bar.Builder |
builder() |
static ImmutableFoo.Bar |
copyOf(Foo.Bar instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
String |
value() |
ImmutableFoo.Bar |
withValue(String value) |
public String value()
public final ImmutableFoo.Bar withValue(String value)
public int hashCode()
public String toString()
public static ImmutableFoo.Bar copyOf(Foo.Bar instance)
public static ImmutableFoo.Bar.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.