Functions
Link copied to clipboard
operator fun <T> invoke(computedValue: ComputedValue<T>, valueMismatchCode: String = MatchesComputedValue.DEFAULT_CODE, valueMismatchSeverity: ValidationIssueSeverity = ValidationIssueSeverity.Error): ComputedSchema<T?>
operator fun <T> invoke(computedValue: ComputedValue<T>, valueMismatchCode: String = MatchesComputedValue.DEFAULT_CODE, valueMismatchSeverity: ValidationIssueSeverity = ValidationIssueSeverity.Error, builder: () -> Schema<T>): ComputedSchema<T>
Function that builds a schema representing computed values of type T.