| Package | Description |
|---|---|
| de.flapdoodle.embed.process.types |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePercent
Immutable implementation of
Percent. |
| Modifier and Type | Method and Description |
|---|---|
static Percent |
Percent.max() |
static Percent |
Percent.min() |
static Percent |
Percent.of(int value) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePercent |
ImmutablePercent.copyOf(Percent instance)
Creates an immutable copy of a
Percent value. |
ImmutablePercent.Builder |
ImmutablePercent.Builder.from(Percent instance)
Fill a builder with attribute values from the provided
Percent instance. |
Copyright © 2024. All rights reserved.