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