ImmutableRound |
ImmutableRound.Builder.build() |
|
static ImmutableRound |
ImmutableRound.copyOf(Round instance) |
Creates an immutable copy of a Round value.
|
ImmutableRound |
ImmutableRound.withAnnotations(java.lang.Iterable<? extends javax.lang.model.element.TypeElement> elements) |
Copy the current immutable object with elements that replace the content of annotations.
|
ImmutableRound |
ImmutableRound.withAnnotations(javax.lang.model.element.TypeElement... elements) |
Copy the current immutable object with elements that replace the content of annotations.
|
ImmutableRound |
ImmutableRound.withCustomImmutableAnnotations(java.lang.Iterable<java.lang.String> elements) |
|
ImmutableRound |
ImmutableRound.withCustomImmutableAnnotations(java.lang.String... elements) |
|
ImmutableRound |
ImmutableRound.withProcessing(javax.annotation.processing.ProcessingEnvironment value) |
Copy the current immutable object by setting a value for the processing attribute.
|
ImmutableRound |
ImmutableRound.withRound(javax.annotation.processing.RoundEnvironment value) |
Copy the current immutable object by setting a value for the round attribute.
|