Question Provider
class QuestionProvider<out A : Answer> : PropertyDelegateProvider<JevQuery, QuestionRef<A>> (source)
Creates a question when it is bound to a JevQuery property, using the property name as the default id.
Functions
Link copied to clipboard
open operator override fun provideDelegate(thisRef: JevQuery, property: KProperty<*>): QuestionRef<A>