invoke

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

Function used to create a MatchesComputedValue validation.