| Modifier and Type | Method and Description |
|---|---|
ImmutableOptionalTypeInfo<T> |
ImmutableOptionalTypeInfo.Builder.build()
Builds a new
ImmutableOptionalTypeInfo. |
static <T> ImmutableOptionalTypeInfo<T> |
ImmutableOptionalTypeInfo.copyOf(OptionalTypeInfo<T> instance)
Creates an immutable copy of a
OptionalTypeInfo value. |
static <T> ImmutableOptionalTypeInfo<T> |
ImmutableOptionalTypeInfo.of(TypeInfo<T> value)
Construct a new immutable
OptionalTypeInfo instance. |
ImmutableOptionalTypeInfo<T> |
ImmutableOptionalTypeInfo.withValue(TypeInfo<T> value)
Copy the current immutable object by setting a value for the
value attribute. |
Copyright © 2026. All rights reserved.