isAfter

open fun isAfter(position: Position): Boolean(source)

Return

True if the start of this range is after (but not equal to) the given position to compare against.

Parameters

position

The position to compare against.


open fun isAfter(other: Range): Boolean(source)

Return

True if the start of this range is after (but not equal to) the given position to compare against.

Parameters

other

The range to compare against.