MoveCursor

class MoveCursor(direction: MovementDirection) : TextBufferTransformation

Functions

applyTo
Link copied to clipboard
common
open override fun applyTo(buffer: EditableTextBuffer)
Applies this transformation to the given text buffer.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard