unaryPlus

operator fun T.unaryPlus()(source)

Adds this value to the collector.

This operator enables idiomatic DSL usage such as:

features {
+featureA
+featureB
}

Items are added in the order they are encountered.

Receiver

the value to add to the collector