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