Companion

Properties

Link copied to clipboard
const val DEFAULT_CODE: String

Default issue code representing that the value is different from the computed value.

Functions

Link copied to clipboard
@JvmName(name = "create")
operator fun <T> invoke(computedValue: ComputedValue<T>, code: String = DEFAULT_CODE, severity: ValidationIssueSeverity = ValidationIssueSeverity.Error): Validation<T>

Function used to create a MatchesComputedValue validation.