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