@Immutable @CheckReturnValue public static final class ImmutableJsonValueCreator.Singleton extends Object implements JsonValueCreator.Singleton
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableJsonValueCreator.Singleton |
of() |
String |
toString() |
double |
value() |
ImmutableJsonValueCreator.Singleton |
withValue(double value) |
public double value()
public final ImmutableJsonValueCreator.Singleton withValue(double value)
public int hashCode()
public String toString()
public static ImmutableJsonValueCreator.Singleton of()
Copyright © 2022 The Immutables.org authors. All rights reserved.