| Package | Description |
|---|---|
| de.flapdoodle.formula.values |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableNamed<T> |
ImmutableNamed.copyOf(Named<T> instance)
Creates an immutable copy of a
Named value. |
static <T> ImmutableNamed<T> |
ImmutableNamed.of(Optional<String> name,
de.flapdoodle.reflection.TypeInfo<T> type)
Construct a new immutable
Named instance. |
ImmutableNamed<T> |
ImmutableNamed.withName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
name attribute. |
ImmutableNamed<T> |
ImmutableNamed.withName(String value)
Copy the current immutable object by setting a present value for the optional
name attribute. |
ImmutableNamed<T> |
ImmutableNamed.withType(de.flapdoodle.reflection.TypeInfo<T> value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2023. All rights reserved.