canRedo

abstract fun canRedo(): Boolean

Returns whether there are edits that can be redone or not. If this returns false a call to redo will throw an exception.

Return

true if a redo operation is possible, false otherwise.