IntIncrement

class IntIncrement(increment: Int) : ProgressionStrategy<Int>

Simple progression strategy which increments or decrements the setting by a fixed number.

Constructors

Link copied to clipboard
constructor(increment: Int)

Functions

Link copied to clipboard
open override fun decrement(value: Int): Int
Link copied to clipboard
open override fun increment(value: Int): Int