| Package | Description |
|---|---|
| de.flapdoodle.os |
| Modifier and Type | Method and Description |
|---|---|
Optional<Distribution> |
ImmutablePlatform.distribution() |
abstract Optional<Distribution> |
Platform.distribution() |
List<? extends Distribution> |
OS.distributions() |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlatform.Builder |
ImmutablePlatform.Builder.distribution(Distribution distribution)
Initializes the optional value
distribution to distribution. |
ImmutablePlatform |
ImmutablePlatform.withDistribution(Distribution value)
Copy the current immutable object by setting a present value for the optional
distribution attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePlatform.Builder |
ImmutablePlatform.Builder.distribution(Optional<? extends Distribution> distribution)
Initializes the optional value
distribution to distribution. |
ImmutablePlatform |
ImmutablePlatform.withDistribution(Optional<? extends Distribution> optional)
Copy the current immutable object by setting an optional value for the
distribution attribute. |
Copyright © 2024. All rights reserved.