| Package | Description |
|---|---|
| de.flapdoodle.formula.validation | |
| de.flapdoodle.formula.validation.validations |
| Modifier and Type | Method and Description |
|---|---|
RelatedTo1<X,A> |
Validate.WithRelationTo1.by(V1<X,A> validator) |
RelatedTo1<X,A> |
Validate.WithRelationTo1.by(V1<X,A> validator,
String description) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableV1Explained<T,A>
Immutable implementation of
V1.V1Explained. |
static class |
V1.V1Explained<T,A> |
| Modifier and Type | Method and Description |
|---|---|
protected V1<T,A> |
ImmutableV1Explained.delegate() |
protected abstract V1<T,A> |
V1.V1Explained.delegate() |
protected V1<X,A> |
ImmutableRelatedTo1.validation() |
protected abstract V1<X,A> |
RelatedTo1.validation() |
static <T,A> V1<T,A> |
V1.withLabel(V1<T,A> delegate,
String label) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableV1Explained.Builder<T,A> |
ImmutableV1Explained.Builder.delegate(V1<T,A> delegate)
Initializes the value for the
delegate attribute. |
static <T,A> ImmutableV1Explained<T,A> |
ImmutableV1Explained.of(V1<T,A> delegate,
String humanReadable)
Construct a new immutable
V1Explained instance. |
static <X,A> ImmutableRelatedTo1<X,A> |
ImmutableRelatedTo1.of(Value<X> destination,
ValueSource<A> source,
V1<X,A> validation)
Construct a new immutable
RelatedTo1 instance. |
static <X,A> RelatedTo1<X,A> |
RelatedTo1.with(Value<X> destination,
ValueSource<A> source,
V1<X,A> validation) |
ImmutableV1Explained<T,A> |
ImmutableV1Explained.withDelegate(V1<T,A> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
static <T,A> V1<T,A> |
V1.withLabel(V1<T,A> delegate,
String label) |
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.