| Package | Description |
|---|---|
| de.flapdoodle.types |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePair<FIRST,SECOND> |
ImmutablePair.Builder.build()
Builds a new
ImmutablePair. |
static <FIRST,SECOND> |
ImmutablePair.copyOf(Pair<FIRST,SECOND> instance)
Creates an immutable copy of a
Pair value. |
static <FIRST,SECOND> |
ImmutablePair.of(FIRST first,
SECOND second)
Construct a new immutable
Pair instance. |
ImmutablePair<FIRST,SECOND> |
ImmutablePair.withFirst(FIRST value)
Copy the current immutable object by setting a value for the
first attribute. |
ImmutablePair<FIRST,SECOND> |
ImmutablePair.withSecond(SECOND value)
Copy the current immutable object by setting a value for the
second attribute. |
Copyright © 2025. All rights reserved.