Group

interface Group<out T>(source)

Represents a group of T.

Functions

Link copied to clipboard
abstract fun toList(): List<T>

Returns the members of the group as List.