addMember

abstract fun addMember(node: N): Group<T, N>

Add a node in this group if not already part of it.

Parameters

node
    the node to add.