| Package | Description |
|---|---|
| de.flapdoodle.formula.validation.validations |
| Modifier and Type | Method and Description |
|---|---|
static <X,A> ImmutableRelatedTo1<X,A> |
ImmutableRelatedTo1.copyOf(RelatedTo1<X,A> instance)
Creates an immutable copy of a
RelatedTo1 value. |
static <X,A> ImmutableRelatedTo1<X,A> |
ImmutableRelatedTo1.of(Value<X> destination,
ValueSource<A> source,
V1<X,A> validation)
Construct a new immutable
RelatedTo1 instance. |
ImmutableRelatedTo1<X,A> |
ImmutableRelatedTo1.withDestination(Value<X> value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableRelatedTo1<X,A> |
ImmutableRelatedTo1.withSource(ValueSource<A> value)
Copy the current immutable object by setting a value for the
source attribute. |
ImmutableRelatedTo1<X,A> |
ImmutableRelatedTo1.withValidation(V1<X,A> value)
Copy the current immutable object by setting a value for the
validation attribute. |
Copyright © 2023. All rights reserved.