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