Delegate

inner class Delegate<ThisType : Node>

See UnwrappedEdgeList.Delegate, but as a MutableSet instead of MutableList.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
operator fun getValue(thisRef: ThisType, property: KProperty<*>): MutableSet<NodeType>
Link copied to clipboard
operator fun setValue(thisRef: ThisType, property: KProperty<*>, value: Set<NodeType>)