onValue

fun onValue(callback: (List<T>) -> Unit): ArityListOptionBuilder<T>(source)

Registers a callback to be invoked when this list arity option receives values. The callback receives the complete List>? value.