| Package | Description |
|---|---|
| de.flapdoodle.embed.process.types |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePercent |
ImmutablePercent.Builder.build()
Builds a new
ImmutablePercent. |
static ImmutablePercent |
ImmutablePercent.copyOf(Percent instance)
Creates an immutable copy of a
Percent value. |
static ImmutablePercent |
ImmutablePercent.of(int value)
Construct a new immutable
Percent instance. |
ImmutablePercent |
ImmutablePercent.withValue(int value)
Copy the current immutable object by setting a value for the
value attribute. |
Copyright © 2022. All rights reserved.