| Package | Description |
|---|---|
| de.flapdoodle.formula | |
| de.flapdoodle.formula.values |
| Modifier and Type | Method and Description |
|---|---|
static <T> Named<T> |
Value.named(String name,
Class<T> type) |
static <T> Named<T> |
Value.ofType(Class<T> type) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableNamed<T>
Immutable implementation of
Named. |
| Modifier and Type | Method and Description |
|---|---|
static <T> Named<T> |
Named.named(String name,
Class<T> type) |
static <T> Named<T> |
Named.ofType(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableNamed<T> |
ImmutableNamed.copyOf(Named<T> instance)
Creates an immutable copy of a
Named value. |
Copyright © 2023. All rights reserved.