QuestionSet

An ordered, validated set of questions: everything one request asks about a single state.

Properties

Link copied to clipboard
Link copied to clipboard
val size: Int

Functions

Link copied to clipboard
operator fun contains(question: QuestionRef<*>): Boolean

True if this exact handle (not just its id) belongs to the set.

Link copied to clipboard
operator fun get(id: String): QuestionRef<*>?
Link copied to clipboard
open operator override fun iterator(): Iterator<QuestionRef<*>>
Link copied to clipboard

The questions object exactly as it is sent, e.g. for logging or cache keys.