| Package | Description |
|---|---|
| de.flapdoodle.formula.validation.validations |
| Modifier and Type | Method and Description |
|---|---|
ImmutableV1Explained<T,A> |
ImmutableV1Explained.Builder.build()
Builds a new
ImmutableV1Explained. |
static <T,A> ImmutableV1Explained<T,A> |
ImmutableV1Explained.copyOf(V1.V1Explained<T,A> instance)
Creates an immutable copy of a
V1.V1Explained value. |
static <T,A> ImmutableV1Explained<T,A> |
ImmutableV1Explained.of(V1<T,A> delegate,
String humanReadable)
Construct a new immutable
V1Explained instance. |
ImmutableV1Explained<T,A> |
ImmutableV1Explained.withDelegate(V1<T,A> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
ImmutableV1Explained<T,A> |
ImmutableV1Explained.withHumanReadable(String value)
Copy the current immutable object by setting a value for the
humanReadable attribute. |
Copyright © 2023. All rights reserved.