forEach

fun ButtonGroup.forEach(consumer: (AbstractButton) -> Unit)(source)

Executes a consumer for each button in a group.

Parameters

consumer

the function to apply to each button