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