| Package | Description |
|---|---|
| de.flapdoodle.formula | |
| de.flapdoodle.formula.values |
| Modifier and Type | Method and Description |
|---|---|
default <B> Related<T,B> |
Value.relatedTo(B base) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRelated<T,B>
Immutable implementation of
Related. |
| Modifier and Type | Method and Description |
|---|---|
static <T,B> Related<T,B> |
Related.to(Value<T> destination,
B base) |
| Modifier and Type | Method and Description |
|---|---|
static <T,B> ImmutableRelated<T,B> |
ImmutableRelated.copyOf(Related<T,B> instance)
Creates an immutable copy of a
Related value. |
ImmutableRelated.Builder<T,B> |
ImmutableRelated.Builder.from(Related<T,B> instance)
Fill a builder with attribute values from the provided
Related instance. |
Copyright © 2023. All rights reserved.