| Package | Description |
|---|---|
| de.flapdoodle.types |
| Modifier and Type | Method and Description |
|---|---|
static <FIRST,SECOND> |
ImmutablePair.builder()
Creates a builder for
ImmutablePair. |
ImmutablePair.Builder<FIRST,SECOND> |
ImmutablePair.Builder.first(FIRST first)
Initializes the value for the
first attribute. |
ImmutablePair.Builder<FIRST,SECOND> |
ImmutablePair.Builder.from(Pair<FIRST,SECOND> instance)
Fill a builder with attribute values from the provided
Pair instance. |
ImmutablePair.Builder<FIRST,SECOND> |
ImmutablePair.Builder.second(SECOND second)
Initializes the value for the
second attribute. |
Copyright © 2025. All rights reserved.