output

abstract fun output(name: String, configure: NominationSpec.() -> Unit = {})(source)

Nominate a response or counter by name.


open fun output(response: ResponseCIfc, configure: NominationSpec.() -> Unit = {})(source)

Nominate a response the element already holds.


open fun output(counter: CounterCIfc, configure: NominationSpec.() -> Unit = {})(source)

Nominate a counter the element already holds.