TypeUsage.Builder |
TypeUsage_Builder.clear() |
Resets the state of this builder.
|
TypeUsage.Builder |
TypeUsage_Builder.clearScope() |
|
TypeUsage.Builder |
TypeUsage_Builder.end(int end) |
|
static TypeUsage.Builder |
TypeUsage_Builder.from(TypeUsage value) |
Creates a new builder using value as a template.
|
TypeUsage.Builder |
TypeUsage_Builder.mapEnd(java.util.function.IntUnaryOperator mapper) |
Replaces the value to be returned by TypeUsage.end() by applying mapper to it
and using the result.
|
TypeUsage.Builder |
TypeUsage_Builder.mapScope(java.util.function.UnaryOperator<QualifiedName> mapper) |
If the value to be returned by TypeUsage.scope() is present, replaces it by applying
mapper to it and using the result.
|
TypeUsage.Builder |
TypeUsage_Builder.mapStart(java.util.function.IntUnaryOperator mapper) |
Replaces the value to be returned by TypeUsage.start() by applying mapper to it
and using the result.
|
TypeUsage.Builder |
TypeUsage_Builder.mapType(java.util.function.UnaryOperator<QualifiedName> mapper) |
Replaces the value to be returned by TypeUsage.type() by applying mapper to it
and using the result.
|
TypeUsage.Builder |
TypeUsage_Builder.mergeFrom(TypeUsage value) |
Copies values from value, skipping empty optionals.
|
TypeUsage.Builder |
TypeUsage_Builder.mergeFrom(TypeUsage.Builder template) |
Copies values from template, skipping empty optionals and unset properties.
|
TypeUsage.Builder |
TypeUsage_Builder.nullableScope(QualifiedName scope) |
|
TypeUsage.Builder |
TypeUsage_Builder.scope(java.util.Optional<? extends QualifiedName> scope) |
|
TypeUsage.Builder |
TypeUsage_Builder.scope(QualifiedName scope) |
|
TypeUsage.Builder |
TypeUsage_Builder.start(int start) |
|
TypeUsage.Builder |
TypeUsage_Builder.Partial.toBuilder() |
|
abstract TypeUsage.Builder |
TypeUsage_Builder.Rebuildable.toBuilder() |
|
TypeUsage.Builder |
TypeUsage_Builder.Value.toBuilder() |
|
TypeUsage.Builder |
TypeUsage_Builder.type(QualifiedName type) |
|