tagged
fun <BuilderT : RegularNodeBuilder<NodeT, *, *>, NodeT : NodeGroup> BuilderT.tagged(tag: MutableBasicTag<in NodeT>): BuilderT
Tags the immediate previous node in the builder chain with the tag supplied.
fun <BuilderT : RegularNodeBuilder<NodeT, *, *>, NodeT : NodeGroup> BuilderT.tagged(tags: MutableList<in BasicTag<NodeT>>): BuilderT
Adds to the list of tags, a tag for the immediate previous node in the builder chain.
Parameters
tags
List of tags to add to