QuestionRef

class QuestionRef<out A : Answer>(source)

A handle to one question. The same handle reads its typed answer back from a JevResult, and it can be used as a property delegate so val urgent by noul(...) works in a JevQuery.

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

Functions

Link copied to clipboard
operator fun getValue(thisRef: Any?, property: KProperty<*>): QuestionRef<A>
Link copied to clipboard
open override fun toString(): String