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