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