| Package | Description |
|---|---|
| de.flapdoodle.formula.types |
| Modifier and Type | Method and Description |
|---|---|
static <O> ImmutableId.Builder<O> |
ImmutableId.builder()
Creates a builder for
ImmutableId. |
ImmutableId.Builder<O> |
ImmutableId.Builder.count(int count)
Initializes the value for the
count attribute. |
ImmutableId.Builder<O> |
ImmutableId.Builder.from(Id<O> instance)
Fill a builder with attribute values from the provided
Id instance. |
ImmutableId.Builder<O> |
ImmutableId.Builder.type(Class<O> type)
Initializes the value for the
type attribute. |
Copyright © 2023. All rights reserved.