Group

class Group<T>(val name: String)

A group of members.

This class has no useful logic; it's just a documentation example. foo a of some link

Parameters

T

the type of a member in this group.

See also

Constructors

Link copied to clipboard
constructor(name: String)

Creates an empty group.

Properties

Link copied to clipboard

the name of this group.

Functions

Link copied to clipboard
fun add(member: T): Int

Adds a member to this group.