Response

data class Response(val result: <ERROR CLASS>) : Compute

Class representing a Response, from the Expression evaluator, to a Solve.Request

Constructors

Link copied to clipboard
fun Response(result: <ERROR CLASS>)

Properties

Link copied to clipboard
val result: <ERROR CLASS>

The result of evaluation process