ListElementParameter
open class ListElementParameter<S, T : Any>(id: TypedIdentifier<T>, description: String, val list: ContextualValue<S, List<T>>, val onEmpty: ExecutionContext<S>.() -> ExecutionResult) : Parameter.Size1<S, T>
Constructors
Link copied to clipboard
constructor(id: TypedIdentifier<T>, description: String, list: ContextualValue<S, List<T>>, onEmpty: ExecutionContext<S>.() -> ExecutionResult)