CriticResult

class CriticResult<T>(successful: Boolean, feedback: String, input: T)(source)

Represents the result of a critique or feedback process.

Constructors

Link copied to clipboard
constructor(successful: Boolean, feedback: String, input: T)

Properties

Link copied to clipboard

A textual message providing details about the critique or feedback process.

Link copied to clipboard
val input: T

The original input of the critic. Represents the subject or content evaluated during the critique process.

Link copied to clipboard
@get:JvmName(name = "isSuccessful")
val successful: Boolean

Indicates whether the verification of the critic has successfully passsed.