| Package | Description |
|---|---|
| de.flapdoodle.transition |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableNamedType.Builder<T> |
ImmutableNamedType.builder()
Creates a builder for
ImmutableNamedType. |
ImmutableNamedType.Builder<T> |
ImmutableNamedType.Builder.from(NamedType<T> instance)
Fill a builder with attribute values from the provided
NamedType instance. |
ImmutableNamedType.Builder<T> |
ImmutableNamedType.Builder.name(String name)
Initializes the value for the
name attribute. |
ImmutableNamedType.Builder<T> |
ImmutableNamedType.Builder.type(Type type)
Initializes the value for the
type attribute. |
Copyright © 2017. All rights reserved.