plus
Concatenates this cursor with other, yielding a Cursor that traverses first the elements of this cursor, then, once it Cursor.isOver, the elements of other.
Operator alias for addTags, allowing tags to be merged in via the + operator, e.g. term + ("k" to v).
Operator alias for addTags, allowing a whole tags map to be merged in via the + operator.