| Package | Description |
|---|---|
| de.flapdoodle.formula.types |
| Modifier and Type | Method and Description |
|---|---|
ImmutableId<O> |
ImmutableId.Builder.build()
Builds a new
ImmutableId. |
static <O> ImmutableId<O> |
ImmutableId.copyOf(Id<O> instance)
Creates an immutable copy of a
Id value. |
static <O> ImmutableId<O> |
ImmutableId.of(Class<O> type,
int count)
Construct a new immutable
Id instance. |
ImmutableId<O> |
ImmutableId.withCount(int value)
Copy the current immutable object by setting a value for the
count attribute. |
ImmutableId<O> |
ImmutableId.withType(Class<O> value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2023. All rights reserved.