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