public final class ImmutableLightOnAnnotations<X> extends Object implements LightOnAnnotations<X>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableLightOnAnnotations.Builder<X> |
| Modifier and Type | Method and Description |
|---|---|
int |
a() |
static <X> ImmutableLightOnAnnotations.Builder<X> |
builder() |
static <X> ImmutableLightOnAnnotations<X> |
copyOf(LightOnAnnotations<X> instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableLightOnAnnotations<X> |
withA(int value) |
ImmutableLightOnAnnotations<X> |
withX(Optional<? extends X> optional) |
ImmutableLightOnAnnotations<X> |
withX(X value) |
Optional<X> |
x() |
public int a()
public final ImmutableLightOnAnnotations<X> withA(int value)
public final ImmutableLightOnAnnotations<X> withX(X value)
public final ImmutableLightOnAnnotations<X> withX(Optional<? extends X> optional)
public boolean equals(Object another)
public int hashCode()
public String toString()
public static <X> ImmutableLightOnAnnotations<X> copyOf(LightOnAnnotations<X> instance)
public static <X> ImmutableLightOnAnnotations.Builder<X> builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.