increment

fun increment(amount: Int): BCounter

Increments the counter by the given amount.

Throw IllegalArgumentException if localRights is not sufficient (with negative amount only; see decrement).

Return

the delta corresponding to this operation.