group

fun group(block: EventGroup.() -> Unit): EventGroup

Creates an EventGroup and applies the provided block to configure it.

Return

A configured EventGroup.

Parameters

block

The block used to configure the EventGroup.