unaryPlus

open operator fun Change?.unaryPlus()

Adds a Change to this batch using the unary plus operator. e.g.

history.batch( "Insert Text" ) { + insertTextChange( "Hello", position ) }